diff options
author | root <root@rshg047.dnsready.net> | 2011-05-27 22:47:26 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-27 22:47:26 +0000 |
commit | 33feb015eb09eee76827f359e685fce981d88111 (patch) | |
tree | 775ca3a4bc06155ce29cd205ba583df5d9b1ba44 /extra/gdl | |
parent | 956ae4eb53422c92f78d86d5511f25fbf6fa6497 (diff) |
Fri May 27 22:47:26 UTC 2011
Diffstat (limited to 'extra/gdl')
-rw-r--r-- | extra/gdl/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/gdl/PKGBUILD b/extra/gdl/PKGBUILD index b486d3c7f..a20a92c9b 100644 --- a/extra/gdl/PKGBUILD +++ b/extra/gdl/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 120644 2011-04-25 20:32:25Z ibiru $ +# $Id: PKGBUILD 124671 2011-05-23 20:42:08Z ibiru $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=gdl -pkgver=3.0.1 +pkgver=3.0.2 pkgrel=1 pkgdesc="GNOME Docking Library" arch=(i686 x86_64) @@ -12,7 +12,7 @@ depends=('gtk3') makedepends=('pkgconfig' 'intltool' 'gobject-introspection') options=('!libtool') source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('e0c3d855c7f8b115ec10f34db1291cb09db48a24281c3f9242d8348b189d5b09') +sha256sums=('b4a0e7539a1133afca1b370818373fb8dcf29b50f12edbfaf6c1d5560977a308') build() { cd "${srcdir}/${pkgname}-${pkgver}" |