diff options
Diffstat (limited to 'extra/dconf/PKGBUILD')
-rw-r--r-- | extra/dconf/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/dconf/PKGBUILD b/extra/dconf/PKGBUILD index 10957e5f3..538f77327 100644 --- a/extra/dconf/PKGBUILD +++ b/extra/dconf/PKGBUILD @@ -1,7 +1,8 @@ -# $Id: PKGBUILD 132956 2011-07-26 15:21:51Z ibiru $ +# $Id: PKGBUILD 139241 2011-10-01 18:56:24Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> + pkgname=dconf -pkgver=0.8.0 +pkgver=0.10.0 pkgrel=1 pkgdesc="A low-level configuration system." arch=(i686 x86_64 'mips64el') @@ -11,8 +12,8 @@ depends=('glib2') makedepends=('vala' 'gobject-introspection' 'gtk3') optdepends=('gtk3: for dconf-editor') install=dconf.install -source=(http://download.gnome.org/sources/${pkgname}/0.8/${pkgname}-${pkgver}.tar.xz) -sha256sums=('05111e973c365696759dd1b37e3f5acc877eff24dd2e4036d742aac5da5dda3b') +source=(http://download.gnome.org/sources/${pkgname}/0.10/${pkgname}-${pkgver}.tar.xz) +sha256sums=('9f744ccfb3da20163a4bb27916c960f6bf56048b3ec1112862c85414fc064ee2') build() { cd "${srcdir}/${pkgname}-${pkgver}" |