diff options
author | root <root@rshg054.dnsready.net> | 2012-04-01 00:01:56 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-01 00:01:56 +0000 |
commit | 939efb693a8b362edc0c6ccba62c5ce54fb501af (patch) | |
tree | 0aac5505f763d7331e27a11c0f843b9c6623195a /gnome-unstable/gobject-introspection | |
parent | 977b78df305a06797773799a7295f2a5f3f013cf (diff) |
Sun Apr 1 00:01:56 UTC 2012
Diffstat (limited to 'gnome-unstable/gobject-introspection')
-rw-r--r-- | gnome-unstable/gobject-introspection/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome-unstable/gobject-introspection/PKGBUILD b/gnome-unstable/gobject-introspection/PKGBUILD index bc56c184f..31a7d63de 100644 --- a/gnome-unstable/gobject-introspection/PKGBUILD +++ b/gnome-unstable/gobject-introspection/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 154026 2012-03-21 18:06:51Z ibiru $ +# $Id: PKGBUILD 154792 2012-03-30 18:10:16Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=gobject-introspection -pkgver=1.31.22 +pkgver=1.32.0 pkgrel=1 pkgdesc="Introspection system for GObject-based libraries" url="http://live.gnome.org/GObjectInstrospection" @@ -12,7 +12,7 @@ depends=('glib2' 'python2') makedepends=('cairo') options=('!libtool') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('0d48d60c02a9fbdedb7cebc6e3e43c6976ca638bcf12baa03c27dc84baf92af8') +sha256sums=('346a729eb8a2a5dc49197d2195e71295167504cc2671298dfd92a32f8e5a01b3') build() { cd "$srcdir/$pkgname-$pkgver" |