mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/pyqt4 to 4.11.4-2
This commit is contained in:
parent
f206bfc93f
commit
dc2347b874
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
pkgbase=pyqt4
|
||||
pkgname=('pyqt4-common' 'python-pyqt4' 'python2-pyqt4')
|
||||
pkgver=4.11.4
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.riverbankcomputing.co.uk/software/pyqt/intro"
|
||||
license=('GPL')
|
||||
|
@ -26,7 +26,7 @@ build() {
|
|||
patch -p1 -i "${srcdir}"/PyQt4-4.7.3-qreal_float_support.patch
|
||||
|
||||
cd "${srcdir}"
|
||||
cp -r PyQt-x11-gpl-${pkgver} Py2Qt-x11-gpl-${pkgver}
|
||||
cp -a PyQt-x11-gpl-${pkgver} Py2Qt-x11-gpl-${pkgver}
|
||||
|
||||
cd PyQt-x11-gpl-${pkgver}
|
||||
python configure-ng.py \
|
||||
|
|
Loading…
Reference in a new issue