Date: Tuesday, March 30, 2010 @ 15:18:08 Author: ibiru Revision: 74325
update to 2.30.0 Modified: gconf-editor/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-03-30 19:11:19 UTC (rev 74324) +++ PKGBUILD 2010-03-30 19:18:08 UTC (rev 74325) @@ -2,19 +2,19 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=gconf-editor -pkgver=2.29.92 +pkgver=2.30.0 pkgrel=1 pkgdesc="Graphical gconf registry editor" arch=(i686 x86_64) license=('GPL') -depends=('gconf>=2.28.0' 'hicolor-icon-theme') -makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils>=0.19.5') +depends=('gconf>=2.28.1' 'hicolor-icon-theme') +makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils>=0.20.0') url="http://www.gnome.org" groups=('gnome-extra') options=(!emptydirs) install=gconf-editor.install -source=(http://ftp.gnome.org/pub/gnome/sources/gconf-editor/2.29/gconf-editor-${pkgver}.tar.bz2) -sha256sums=('6ca0b7b1c2fb8cdbd213c7f1d5234c556c15e404fa95ec7979cf460d3a2932a6') +source=(http://ftp.gnome.org/pub/gnome/sources/gconf-editor/2.30/gconf-editor-${pkgver}.tar.bz2) +sha256sums=('955d8eb6ff39f72002a7cfb0bed5e4b6eaad45410441e4a5a767767ec6db26d4') build() { cd "${srcdir}/${pkgname}-${pkgver}"
