diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-22 23:23:24 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-22 23:23:24 +0100 |
commit | 9d14d8c206221d0d8ac721420b155eb9ccc9b5fa (patch) | |
tree | 5c0b4c909646d83bafd4d4b7ae6f0122258de4d1 /extra/pyqt/Pkgfile | |
parent | 0120bbf55a9969cf1225701a0dbc60d284136884 (diff) | |
download | nutyx-extra-9d14d8c206221d0d8ac721420b155eb9ccc9b5fa.tar.gz nutyx-extra-9d14d8c206221d0d8ac721420b155eb9ccc9b5fa.tar.bz2 nutyx-extra-9d14d8c206221d0d8ac721420b155eb9ccc9b5fa.tar.xz nutyx-extra-9d14d8c206221d0d8ac721420b155eb9ccc9b5fa.zip |
maj pyqt#4.6.2-1
Diffstat (limited to 'extra/pyqt/Pkgfile')
-rw-r--r-- | extra/pyqt/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/pyqt/Pkgfile b/extra/pyqt/Pkgfile index 20ae496a8..99b7ed186 100644 --- a/extra/pyqt/Pkgfile +++ b/extra/pyqt/Pkgfile @@ -5,14 +5,14 @@ # Depends on: sip, qscintilla, qt name=pyqt -version=4.5.4 +version=4.6.2 release=1 source=(http://www.riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-$version.tar.gz) build() { cd PyQt-x11-gpl-$version 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 make DESTDIR=$PKG install |