diff options
author | James Meyer <james.meyer@operamail.com> | 2010-08-30 22:26:00 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-08-30 22:26:00 (GMT) |
commit | 1f175a7b07b9553ce98d0546ac04dbb925ec0bc9 (patch) | |
tree | c969070115611a8a75f23d468aa5e0cf86a08121 /abs/extra/gdl | |
parent | c4bd4457b5d640e1c8f5afbca7cd54c53691e5fc (diff) | |
download | linhes_pkgbuild-1f175a7b07b9553ce98d0546ac04dbb925ec0bc9.zip linhes_pkgbuild-1f175a7b07b9553ce98d0546ac04dbb925ec0bc9.tar.gz linhes_pkgbuild-1f175a7b07b9553ce98d0546ac04dbb925ec0bc9.tar.bz2 |
RESYNC EXTRA:
synced extra-testing -> extra repo
Signed-off-by: James Meyer <james.meyer@operamail.com>
Diffstat (limited to 'abs/extra/gdl')
-rw-r--r-- | abs/extra/gdl/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/extra/gdl/PKGBUILD b/abs/extra/gdl/PKGBUILD index ee649c2..f7ee580 100644 --- a/abs/extra/gdl/PKGBUILD +++ b/abs/extra/gdl/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=gdl -pkgver=2.26.0 +pkgver=2.90.0 pkgrel=1 pkgdesc="Gnome Devtool Libraries" arch=(i686 x86_64) @@ -11,8 +11,7 @@ url="http://www.gnome.org/" depends=('libglade>=2.6.4') makedepends=('pkgconfig') options=('!libtool') -source=(http://ftp.gnome.org/pub/GNOME/sources/gdl/2.26/${pkgname}-${pkgver}.tar.bz2) -md5sums=('8915b8808d88e12c1bb53e84f50e6707') +source=(http://ftp.gnome.org/pub/GNOME/sources/gdl/2.90/${pkgname}-${pkgver}.tar.bz2) build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -21,3 +20,4 @@ build() { make || return 1 make DESTDIR="${pkgdir}" install || return 1 } +md5sums=('7ccaafc1b55c510a4e39ea7e54844bb3') |