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

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


    Date: Friday, September 3, 2010 @ 12:27:44
  Author: remy
Revision: 89751

upgpkg: pyqt3 3.18.1-5
Rebuild for python2 (python2.7 module).

Modified:
  pyqt3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-03 16:19:02 UTC (rev 89750)
+++ PKGBUILD	2010-09-03 16:27:44 UTC (rev 89751)
@@ -5,7 +5,7 @@
 
 pkgname=pyqt3
 pkgver=3.18.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A set of Python bindings for the Qt3 toolkit"
 arch=('i686' 'x86_64')
 url="http://www.riverbankcomputing.com/software/pyqt/intro"
@@ -19,8 +19,8 @@
 
   . /etc/profile.d/qt3.sh
 
-  echo yes | python configure.py -b /usr/bin \
-  -d /usr/lib/python2.6/site-packages \
+  echo yes | python2 configure.py -b /usr/bin \
+  -d /usr/lib/python2.7/site-packages \
   -v /usr/share/sip
 
   make || return 1




More information about the arch-commits mailing list