* update pyqt5 to 5.15.4-1

This commit is contained in:
Alexander Baldeck 2021-03-14 14:36:09 +01:00
parent ad2ff289f8
commit 384dbb9bc1

View File

@ -9,8 +9,8 @@
pkgbase=pyqt5
pkgname=('python-pyqt5')
pkgdesc="A set of Python bindings for the Qt5 toolkit"
pkgver=5.15.3
pkgrel=2
pkgver=5.15.4
pkgrel=1
arch=(x86_64 powerpc64le)
url="https://riverbankcomputing.com/software/pyqt/intro"
license=('GPL')
@ -37,11 +37,7 @@ makedepends=('sip' 'pyqt-builder' 'python-opengl' 'python-dbus'
'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-xmlpatterns' 'qt5-remoteobjects' 'qt5-quick3d')
conflicts=('pyqt5-common')
source=("https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$pkgver.tar.gz")
sha256sums=('965ba50e7029b37f218a54ace24e87c77db3e5a9f0b83baeb21fb57b4154b838')
prepare() {
sed -e '/requires-dist/d' -i PyQt5-$pkgver/pyproject.toml # Remove pointless PyQt5-Qt dependency
}
sha256sums=('2a69597e0dd11caabe75fae133feca66387819fc9bc050f547e5551bce97e5be')
build() {
cd PyQt5-$pkgver