author | Antonio Rojas
<arojas@archlinux.org> 2020-06-01 10:30:04 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2020-06-01 10:30:04 UTC |
parent | 9390eaaa369ba001352340794a797c46802d39b6 |
PKGBUILD | +10 | -6 |
diff --git a/PKGBUILD b/PKGBUILD index e6b8a91..9681d2f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,20 +7,22 @@ pkgbase=pyqt5 pkgname=('python-pyqt5' 'python2-pyqt5') -pkgver=5.14.2 -pkgrel=2 +pkgver=5.15.0 +pkgrel=1 arch=('x86_64') url="https://riverbankcomputing.com/software/pyqt/intro" license=('GPL') makedepends=('sip5' 'pyqt-builder' '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') + 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-networkauth' 'qt5-xmlpatterns' 'qt5-remoteobjects' 'qt5-quick3d') conflicts=('pyqt5-common') source=("https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$pkgver.tar.gz") -sha256sums=('bd230c6fd699eabf1ceb51e13a8b79b74c00a80272c622427b80141a22269eb0') +sha256sums=('c6f75488ffd5365a65893bc64ea82a6957db126fbfe33654bcd43ae1c30c52f9') prepare() { cp -a PyQt5-$pkgver{,-py2} + + sed -e 's|4.19.23|4.19.22|' -i PyQt5-$pkgver-py2/configure.py # Fix unexistant SIP min version } build() { @@ -56,7 +58,8 @@ package_python-pyqt5(){ 'qt5-connectivity: QtNfc, QtBluetooth' 'qt5-x11extras: QtX11Extras' 'qt5-networkauth: QtNetworkAuth' - 'qt5-remoteobjects: QtRemoteObjects') + 'qt5-remoteobjects: QtRemoteObjects' + 'qt5-quick3d: QtQuick3D') cd PyQt5-$pkgver/build make INSTALL_ROOT="$pkgdir" install -j1 @@ -85,7 +88,8 @@ package_python2-pyqt5(){ 'qt5-connectivity: QtNfc, QtBluetooth' 'qt5-x11extras: QtX11Extras' 'qt5-networkauth: QtNetworkAuth' - 'qt5-remoteobjects: QtRemoteObjects') + 'qt5-remoteobjects: QtRemoteObjects' + 'qt5-quick3d: QtQuick3D') cd PyQt5-$pkgver-py2 # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use DESTDIR