diff options
Diffstat (limited to 'gconf-editor/Pkgfile')
-rw-r--r-- | gconf-editor/Pkgfile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gconf-editor/Pkgfile b/gconf-editor/Pkgfile index 1223c55..bb39f2a 100644 --- a/gconf-editor/Pkgfile +++ b/gconf-editor/Pkgfile @@ -6,9 +6,9 @@ # Run on: rarian,libgnomeui,desktop-file-utils name=gconf-editor -version=3.0.0 +version=3.0.1 release=1 -source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2) +source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) build() { cd $name-$version @@ -19,6 +19,4 @@ build() { --disable-scrollkeeper make make DESTDIR=$PKG install - rm -rf $PKG/var } - |