[arch-commits] Commit in pygobject/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Tue Jun 22 07:24:49 UTC 2010


    Date: Tuesday, June 22, 2010 @ 03:24:48
  Author: ibiru
Revision: 83598

upgpkg: pygobject 2.21.3-1
update to 2.21.3

Modified:
  pygobject/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-22 07:24:31 UTC (rev 83597)
+++ PKGBUILD	2010-06-22 07:24:48 UTC (rev 83598)
@@ -2,20 +2,20 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=pygobject
-pkgver=2.21.1
+pkgver=2.21.3
 pkgrel=1
 pkgdesc="Python bindings for GObject"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('LGPL')
-depends=('python>=2.6.4' 'glib2>=2.23.3' 'libffi>=3.0.8')
+depends=('python>=2.6.5' 'glib2>=2.24.1' 'libffi>=3.0.9')
 source=(http://ftp.gnome.org/pub/gnome/sources/pygobject/2.21/${pkgname}-${pkgver}.tar.bz2)
 options=('!libtool')
 url="http://www.pygtk.org/"
-sha256sums=('e6ae6c70966899d2040c82ae4e1590cf941ebf121a3ec61e80bf517ce8d9be0a')
+sha256sums=('35a3dc39d982346b55100ff538d107fd80a1c7ad5a945b348319ce2d3c663ac5')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+  make
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list