author | Antonio Rojas
<arojas@archlinux.org> 2019-11-03 18:16:57 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2019-11-03 18:16:57 UTC |
parent | 09963a53ecbfcf3fce0acc1ebdcba8a6777c3cfa |
PKGBUILD | +10 | -10 |
diff --git a/PKGBUILD b/PKGBUILD index 67d2490..aa2645e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,30 +6,30 @@ pkgbase=pyqt5 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5') -pkgver=5.13.1 -pkgrel=2 +pkgver=5.13.2 +pkgrel=1 arch=('x86_64') url="https://riverbankcomputing.com/software/pyqt/intro" license=('GPL') makedepends=('python-sip-pyqt5' 'python2-sip-pyqt5' 'sip' 'python-opengl' 'python2-opengl' 'python2-enum34' 'python2-dbus' 'python-dbus' 'qt5-connectivity' 'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 'qt5-svg' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-networkauth' 'qt5-xmlpatterns' 'qt5-remoteobjects') -source=("https://www.riverbankcomputing.com/static/Downloads/PyQt5/$pkgver/PyQt5_gpl-$pkgver.tar.gz") -sha256sums=('54b7f456341b89eeb3930e786837762ea67f235e886512496c4152ebe106d4af') +source=("https://www.riverbankcomputing.com/static/Downloads/PyQt5/$pkgver/PyQt5-$pkgver.tar.gz") +sha256sums=('adc17c077bf233987b8e43ada87d1e0deca9bd71a13e5fd5fc377482ed69c827') prepare() { - cp -a PyQt5_gpl-$pkgver{,-py2} + cp -a PyQt5-$pkgver{,-py2} } build() { - cd "$srcdir"/PyQt5_gpl-$pkgver + cd "$srcdir"/PyQt5-$pkgver python configure.py \ --confirm-license \ --no-sip-files \ --qsci-api make - cd "$srcdir"/PyQt5_gpl-$pkgver-py2 + cd "$srcdir"/PyQt5-$pkgver-py2 python2 configure.py \ --confirm-license \ --no-sip-files \ @@ -41,7 +41,7 @@ package_pyqt5-common(){ pkgdesc="Common PyQt files shared between python-pyqt5 and python2-pyqt5" depends=('qt5-base') - cd PyQt5_gpl-$pkgver + cd PyQt5-$pkgver install -Dm644 PyQt5.api "$pkgdir"/usr/share/qt/qsci/api/python/PyQt5.api install -d "$pkgdir"/usr/share/sip/PyQt5 @@ -66,7 +66,7 @@ package_python-pyqt5(){ 'qt5-networkauth: QtNetworkAuth' 'qt5-remoteobjects: QtRemoteObjects') - cd PyQt5_gpl-$pkgver + cd PyQt5-$pkgver # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use DESTDIR make DESTDIR="$pkgdir" INSTALL_ROOT="$pkgdir" install -j1 @@ -99,7 +99,7 @@ package_python2-pyqt5(){ 'qt5-networkauth: QtNetworkAuth' 'qt5-remoteobjects: QtRemoteObjects') - cd PyQt5_gpl-$pkgver-py2 + cd PyQt5-$pkgver-py2 # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use DESTDIR make DESTDIR="$pkgdir" INSTALL_ROOT="$pkgdir" install -j1