diff options
Diffstat (limited to 'extra/gconf-editor/PKGBUILD')
-rw-r--r-- | extra/gconf-editor/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/gconf-editor/PKGBUILD b/extra/gconf-editor/PKGBUILD index fe3da514a..a40c41f15 100644 --- a/extra/gconf-editor/PKGBUILD +++ b/extra/gconf-editor/PKGBUILD @@ -1,13 +1,13 @@ -# $Id: PKGBUILD 183359 2013-04-21 22:09:12Z heftig $ +# $Id: PKGBUILD 195993 2013-10-07 08:23:35Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=gconf-editor pkgver=3.0.1 -pkgrel=2 +pkgrel=3 pkgdesc="Graphical gconf registry editor" arch=(i686 x86_64 'mips64el') license=('GPL') -depends=('gconf' 'hicolor-icon-theme') +depends=('gconf' 'hicolor-icon-theme' 'gtk3') makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils') url="http://www.gnome.org" options=(!emptydirs) |