Rebuid against new python

This commit is contained in:
Manuel 2010-12-14 06:44:01 +00:00
parent 54c0a793c4
commit 9c401198bc

View File

@ -6,7 +6,7 @@
pkgname=pyqt
pkgver=4.8.1
pkgrel=1
pkgrel=2
pkgdesc="A set of Python bindings for the Qt toolkit"
arch=('i686' 'x86_64')
url="http://riverbankcomputing.co.uk/software/pyqt/intro"
@ -41,4 +41,4 @@ package(){
cd ${srcdir}/PyQt-x11-gpl-${pkgver}
# INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use DESTDIR
make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
}
}