summaryrefslogtreecommitdiffstats
path: root/abs/extra/gdl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/gdl/PKGBUILD')
-rw-r--r--abs/extra/gdl/PKGBUILD6
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')