diff options
Diffstat (limited to 'gnome-unstable/gdl')
-rw-r--r-- | gnome-unstable/gdl/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome-unstable/gdl/PKGBUILD b/gnome-unstable/gdl/PKGBUILD index d20e4e0ec..d81303ed8 100644 --- a/gnome-unstable/gdl/PKGBUILD +++ b/gnome-unstable/gdl/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 152690 2012-03-08 20:35:00Z ibiru $ +# $Id: PKGBUILD 154799 2012-03-30 18:18:03Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=gdl -pkgver=3.3.91 +pkgver=3.4.1 pkgrel=1 pkgdesc="GNOME Docking Library" arch=(i686 x86_64) @@ -12,7 +12,7 @@ depends=('gtk3') makedepends=('gtk-doc' 'intltool' 'gobject-introspection') options=('!libtool') source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('c251d9489671e904d3ba7566b8f2a6355b37879a6461bdd641f744c7dd3070c8') +sha256sums=('82fedce869a40d36394faa441472318746f7431ae051d99ada6df206ba027f5e') build() { cd "$pkgname-$pkgver" |