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

Rémy Oudompheng remy at archlinux.org
Fri Sep 3 16:18:00 UTC 2010


    Date: Friday, September 3, 2010 @ 12:18:00
  Author: remy
Revision: 89748

upgpkg: sip 4.11-1
Upstream update (old sources not available). Rebuild for python2.

Modified:
  sip/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-03 16:13:54 UTC (rev 89747)
+++ PKGBUILD	2010-09-03 16:18:00 UTC (rev 89748)
@@ -4,20 +4,20 @@
 # Contributor: riai <riai at bigfoot.com>, Ben <ben at benmazer.net>
 
 pkgname=sip
-pkgver=4.10.5
+pkgver=4.11
 pkgrel=1
 pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries"
 arch=('i686' 'x86_64')
 url="http://www.riverbankcomputing.com/software/sip/"
 license=('custom:"sip"')
-depends=('python' 'gcc-libs')
+depends=('python2' 'gcc-libs')
 source=("http://riverbankcomputing.com/static/Downloads/${pkgname}4/${pkgname}-${pkgver}.tar.gz")
-md5sums=('0a591ef6e59aa16e56822d3eb9fe21b8')
+md5sums=('810f0cb0da327e0120fd87b7194ddf7e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  python configure.py
+  python2 configure.py
   make
 }
 




More information about the arch-commits mailing list