git » pyqt5.git » commit 0ad433f

Update to 5.15.4

author Antonio Rojas
2021-03-10 16:55:42 UTC
committer Antonio Rojas
2021-03-10 16:55:42 UTC
parent 7aab9c9d1a7632f0f34291abf4c29cca2417d51e

Update to 5.15.4

PKGBUILD +3 -7

diff --git a/PKGBUILD b/PKGBUILD
index e7be5fe..a08d3dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,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')
 url="https://riverbankcomputing.com/software/pyqt/intro"
 license=('GPL')
@@ -36,11 +36,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