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

Rémy Oudompheng remy at archlinux.org
Fri Sep 3 17:37:26 UTC 2010


    Date: Friday, September 3, 2010 @ 13:37:25
  Author: remy
Revision: 89760

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

Modified:
  pyqt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-03 17:17:27 UTC (rev 89759)
+++ PKGBUILD	2010-09-03 17:37:25 UTC (rev 89760)
@@ -4,8 +4,8 @@
 # Contributor: riai <riai at bigfoot.com> Ben <ben at benmazer.net>
 
 pkgname=pyqt
-pkgver=4.7.4
-pkgrel=2
+pkgver=4.7.5
+pkgrel=1
 pkgdesc="A set of Python bindings for the Qt toolkit"
 arch=('i686' 'x86_64')
 url="http://riverbankcomputing.co.uk/software/pyqt/intro"
@@ -17,12 +17,12 @@
 replaces=('pyqt4')
 conflicts=('pyqt4')
 source=("http://riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-${pkgver}.tar.gz")
-md5sums=('88e9f1bc467cccf424d2032e3470982c')
+md5sums=('028e34715cd663a1a846a216fbd6d5d3')
 
 build() {
   cd ${srcdir}/PyQt-x11-gpl-${pkgver}
   
-  python configure.py \
+  python2 configure.py \
     --confirm-license \
     -v /usr/share/sip \
     --qsci-api




More information about the arch-commits mailing list