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

Pierre Schmitz pierre at archlinux.org
Sat Jun 6 10:10:04 UTC 2009


    Date: Saturday, June 6, 2009 @ 06:10:04
  Author: pierre
Revision: 41660

upgpkg: pyqt 4.5.0-2

Modified:
  pyqt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-06-06 09:58:59 UTC (rev 41659)
+++ PKGBUILD	2009-06-06 10:10:04 UTC (rev 41660)
@@ -5,11 +5,11 @@
 pkgname=pyqt
 pkgver=4.5.0
 _pkgver=4.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A set of Python bindings for the Qt toolkit."
 arch=(i686 x86_64)
 url="http://riverbankcomputing.co.uk/pyqt/"
-depends=('sip>=4.8.0' 'qscintilla>=2.4.0' 'qt>=4.5.0' 'dbus-python')
+depends=('sip>=4.8.0' 'qscintilla>=2.4.0' 'qt>=4.5.0' 'dbus-python' 'openssl')
 license=('GPL')
 provides=('pyqt4')
 replaces=('pyqt4')
@@ -20,7 +20,7 @@
 build() {
   cd ${srcdir}/PyQt-x11-gpl-${_pkgver}
 
-  echo yes | python configure.py -b /usr/bin \
+  python configure.py --confirm-license -b /usr/bin \
   -d /usr/lib/python2.6/site-packages \
   -v /usr/share/sip
 




More information about the arch-commits mailing list