diff options
author | root <root@rshg054.dnsready.net> | 2012-03-30 00:01:15 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-30 00:01:15 +0000 |
commit | 263884f95012e159a0be10444ef96bbf56e70545 (patch) | |
tree | a71c47be511babbe957d4f4701b12d0039b09f88 /gnome-unstable/pygobject | |
parent | 44ded298ebb49500d321ac79b7d0d8bb4d5058ec (diff) |
Fri Mar 30 00:01:15 UTC 2012
Diffstat (limited to 'gnome-unstable/pygobject')
-rw-r--r-- | gnome-unstable/pygobject/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome-unstable/pygobject/PKGBUILD b/gnome-unstable/pygobject/PKGBUILD index 90a71d3b3..95a432728 100644 --- a/gnome-unstable/pygobject/PKGBUILD +++ b/gnome-unstable/pygobject/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 154063 2012-03-22 12:52:37Z ibiru $ +# $Id: PKGBUILD 154414 2012-03-28 10:29:14Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgbase=pygobject pkgname=(python-gobject python2-gobject pygobject-devel) -pkgver=3.1.93 +pkgver=3.2.0 pkgrel=1 arch=('i686' 'x86_64') url="https://live.gnome.org/PyGObject" @@ -11,7 +11,7 @@ license=('LGPL') makedepends=('python' 'python2' 'python-cairo' 'python2-cairo' 'gobject-introspection') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz) options=('!libtool') -sha256sums=('2090c9a97113829603c94b29753be96c6f1d3a9e3e7a2e43a7ab3256abb6c4a0') +sha256sums=('1a2140c4c4ce0c1a5d7abe74eeb7a7040f426cb17943c3ae7e57695b355151c3') build() { cp -a "$pkgbase-$pkgver" python2-build |