diff options
Diffstat (limited to 'extra/pygobject/PKGBUILD')
-rw-r--r-- | extra/pygobject/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/pygobject/PKGBUILD b/extra/pygobject/PKGBUILD index 08494e3e7..27bd1dd9c 100644 --- a/extra/pygobject/PKGBUILD +++ b/extra/pygobject/PKGBUILD @@ -1,17 +1,16 @@ -# $Id: PKGBUILD 196150 2013-10-07 11:53:48Z jgc $ +# $Id: PKGBUILD 198381 2013-10-30 14:31:36Z allan $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgbase=pygobject pkgname=(python-gobject python2-gobject pygobject-devel) -pkgver=3.10.0 +pkgver=3.10.1 pkgrel=1 arch=(i686 x86_64 mips64el) url="https://live.gnome.org/PyGObject" license=(LGPL) makedepends=(python python2 python-cairo python2-cairo gobject-introspection) source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz) -options=('!libtool') -sha256sums=('8aaa1f83fdb2e30bae77405a63a8be600b311a04a4cdc952b2ab62ee81aad077') +sha256sums=('87a4d3de4b8ea30a1290229f62092aeb0b77e6b21ca6588bb4704e05fd750837') prepare() { mkdir build-py2 build-py3 devel |