[arch-commits] Commit in pyqt/repos/testing-i686 (PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Thu Jun 11 00:06:17 UTC 2009
Date: Wednesday, June 10, 2009 @ 20:06:17
Author: andrea
Revision: 42091
upgpkg: pyqt 4.5.0-2
Modified:
pyqt/repos/testing-i686/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-10 20:29:32 UTC (rev 42090)
+++ PKGBUILD 2009-06-11 00:06:17 UTC (rev 42091)
@@ -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