Date: Tuesday, September 28, 2010 @ 13:39:36 Author: ibiru Revision: 92057
update to 2.32.0 Modified: devhelp/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-09-28 17:35:53 UTC (rev 92056) +++ PKGBUILD 2010-09-28 17:39:36 UTC (rev 92057) @@ -3,18 +3,18 @@ # Contributor: Link Dupont <[email protected]> pkgname=devhelp -pkgver=2.30.1 +pkgver=2.32.0 pkgrel=1 pkgdesc="API documentation browser for GNOME" arch=(i686 x86_64) license=('GPL') url="http://live.gnome.org/devhelp/" -depends=('gconf>=2.28.1' 'libwnck>=2.30.0' 'libwebkit>=1.2.1' 'hicolor-icon-theme' 'libunique>=1.1.6') +depends=('gconf>=2.32.0' 'libwnck>=2.30.5' 'libwebkit>=1.2.1' 'hicolor-icon-theme' 'libunique>=1.1.6') makedepends=('pkgconfig' 'intltool') options=('!libtool' '!emptydirs') install=devhelp.install -source=(http://ftp.gnome.org/pub/GNOME/sources/devhelp/2.30/devhelp-${pkgver}.tar.bz2) -sha256sums=('a72d75fae489bc957f15ef203a6bf8fc9cf80f2730444912dc568476018d5335') +source=(http://ftp.gnome.org/pub/GNOME/sources/devhelp/2.32/devhelp-${pkgver}.tar.bz2) +sha256sums=('61b342cbaf27379be9baa5df1f34c9464916601ec4378fa7e1c76fcc686553e4') build() { cd "${srcdir}/devhelp-${pkgver}"
