[arch-commits] Commit in pyqt5/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Mar 10 16:55:43 UTC 2021


    Date: Wednesday, March 10, 2021 @ 16:55:42
  Author: arojas
Revision: 409576

Update to 5.15.4

Modified:
  pyqt5/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-10 16:49:09 UTC (rev 409575)
+++ PKGBUILD	2021-03-10 16:55:42 UTC (rev 409576)
@@ -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,12 +36,8 @@
              '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')
+sha256sums=('2a69597e0dd11caabe75fae133feca66387819fc9bc050f547e5551bce97e5be')
 
-prepare() {
-  sed -e '/requires-dist/d' -i PyQt5-$pkgver/pyproject.toml # Remove pointless PyQt5-Qt dependency
-}
-
 build() {
   cd PyQt5-$pkgver
   sip-build \



More information about the arch-commits mailing list