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

Douglas Soares de Andrade douglas at archlinux.org
Wed Oct 22 11:54:12 UTC 2008


    Date: Wednesday, October 22, 2008 @ 07:54:12
  Author: douglas
Revision: 16814

upgpkg: pyqt 4.4.3-2

Modified:
  pyqt/trunk/ChangeLog
  pyqt/trunk/PKGBUILD

-----------+
 ChangeLog |    4 ++++
 PKGBUILD  |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2008-10-22 11:51:58 UTC (rev 16813)
+++ ChangeLog	2008-10-22 11:54:12 UTC (rev 16814)
@@ -1,4 +1,8 @@
 
+2008-10-22  Douglas Soares de Andrade  <douglas at archlinux.org>
+
+	* Rebuilt for python 2.6
+
 2008-08-09  Douglas Soares de Andrade  <douglas at archlinux.org>
 
 	* Updated for i686: 4.4.3

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-22 11:51:58 UTC (rev 16813)
+++ PKGBUILD	2008-10-22 11:54:12 UTC (rev 16814)
@@ -4,11 +4,11 @@
 
 pkgname=pyqt
 pkgver=4.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc="PyQt is a set of Python bindings for the Qt toolkit."
 arch=(i686 x86_64)
 url="http://riverbankcomputing.co.uk/pyqt/"
-depends=('sip>=4.7.6' 'qscintilla>=2.2' 'qt>=4.4.0')
+depends=('sip>=4.7.7' 'qscintilla>=2.3' 'qt>=4.4.3')
 license=('GPL')
 provides=('pyqt4')
 replaces=('pyqt4')
@@ -22,7 +22,7 @@
   cd ${startdir}/src/PyQt-x11-gpl-${pkgver}
 
   echo yes | python configure.py -b /usr/bin \
-  -d /usr/lib/python2.5/site-packages \
+  -d /usr/lib/python2.6/site-packages \
   -v /usr/share/sip
 
   make || return 1




More information about the arch-commits mailing list