diff options
-rw-r--r-- | dconf/.md5sum.i686 | 2 | ||||
-rw-r--r-- | dconf/.md5sum.x86_64 | 2 | ||||
-rw-r--r-- | dconf/Pkgfile | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/dconf/.md5sum.i686 b/dconf/.md5sum.i686 index 39d500b..a006538 100644 --- a/dconf/.md5sum.i686 +++ b/dconf/.md5sum.i686 @@ -1 +1 @@ -d784f8afca04473d194a72047595c28e dconf-0.7.5.tar.bz2 +1a72089aeadc500e8f80017534252840 dconf-0.9.0.tar.xz diff --git a/dconf/.md5sum.x86_64 b/dconf/.md5sum.x86_64 index 39d500b..a006538 100644 --- a/dconf/.md5sum.x86_64 +++ b/dconf/.md5sum.x86_64 @@ -1 +1 @@ -d784f8afca04473d194a72047595c28e dconf-0.7.5.tar.bz2 +1a72089aeadc500e8f80017534252840 dconf-0.9.0.tar.xz diff --git a/dconf/Pkgfile b/dconf/Pkgfile index 0315973..fa85646 100644 --- a/dconf/Pkgfile +++ b/dconf/Pkgfile @@ -6,9 +6,9 @@ # Run on: gobject-introspection,gtk3 name=dconf -version=0.7.5 +version=0.9.0 release=1 -source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) +source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz) build() { cd $name-$version |