author | Antonio Rojas
<arojas@archlinux.org> 2019-02-10 14:12:51 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2019-02-10 14:12:51 UTC |
parent | 5d8aa562cac8946fc01d701f3fe928ddec601a13 |
PKGBUILD | +9 | -7 |
diff --git a/PKGBUILD b/PKGBUILD index 04a6ffa..fed6b27 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,16 +6,16 @@ pkgbase=pyqt5 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5') -pkgver=5.11.3 -pkgrel=4 +pkgver=5.12 +pkgrel=1 arch=('x86_64') url="http://riverbankcomputing.co.uk/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-webengine' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-networkauth' 'qt5-xmlpatterns') -source=("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$pkgver/PyQt5_gpl-$pkgver.tar.gz") -sha512sums=('6f4abb1866ce357263c208121607072e127c8853e9c6bf039b034fefdda4c40e38f917c3b313375f0d692d764ecf26ff3a6b12cda2a2eeb5237db8b5e9443548') + 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-networkauth' 'qt5-xmlpatterns' 'qt5-remoteobjects') +source=("https://www.riverbankcomputing.com/static/Downloads/PyQt5/PyQt5_gpl-$pkgver.tar.gz") +sha256sums=('d9e70065b5980afde5f2b9bc900910050331604e02c70666c45fcfc66b0d4f34') prepare() { cp -a PyQt5_gpl-$pkgver{,-py2} @@ -64,7 +64,8 @@ package_python-pyqt5(){ 'qt5-connectivity: QtNfc, QtBluetooth' 'qt5-webengine: QtWebEngine, QtWebEngineCore, QtWebEngineWidgets' 'qt5-x11extras: QtX11Extras' - 'qt5-networkauth: QtNetworkAuth') + 'qt5-networkauth: QtNetworkAuth' + 'qt5-remoteobjects: QtRemoteObjects') cd PyQt5_gpl-$pkgver # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use DESTDIR @@ -97,7 +98,8 @@ package_python2-pyqt5(){ 'qt5-connectivity: QtNfc, QtBluetooth' 'qt5-webengine: QtWebEngine, QtWebEngineCore, QtWebEngineWidgets' 'qt5-x11extras: QtX11Extras' - 'qt5-networkauth: QtNetworkAuth') + 'qt5-networkauth: QtNetworkAuth' + 'qt5-remoteobjects: QtRemoteObjects') cd PyQt5_gpl-$pkgver-py2 # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use DESTDIR