diff options
Diffstat (limited to 'gnome-unstable/dconf/PKGBUILD')
-rw-r--r-- | gnome-unstable/dconf/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnome-unstable/dconf/PKGBUILD b/gnome-unstable/dconf/PKGBUILD index e73177c51..45eebf827 100644 --- a/gnome-unstable/dconf/PKGBUILD +++ b/gnome-unstable/dconf/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 152684 2012-03-08 20:19:22Z ibiru $ +# $Id: PKGBUILD 153810 2012-03-19 19:00:08Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=dconf -pkgver=0.11.6 +pkgver=0.11.7 pkgrel=1 pkgdesc="A low-level configuration system." arch=(i686 x86_64) url="http://live.gnome.org/dconf" license=('LGPL2.1') -depends=('glib2' 'gdk-pixbuf2') +depends=('glib2' 'gtk-update-icon-cache') makedepends=('vala' 'gtk3') optdepends=('gtk3: for dconf-editor') install=dconf.install source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('027f41b30b5f660baa54274938334fa73366db28600d3ee5d6b1e0763c310ee2') +sha256sums=('ea0edb75157d8976c9256ee0d82faa37bf146c4d85c4c29ef0f8bcfbcdb35641') build() { cd "$pkgname-$pkgver" |