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

Antonio Rojas arojas at archlinux.org
Sat Feb 6 13:10:46 UTC 2021


    Date: Saturday, February 6, 2021 @ 13:10:45
  Author: arojas
Revision: 407564

Update to 6.0.1

Modified:
  pyqt6/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-06 13:01:09 UTC (rev 407563)
+++ PKGBUILD	2021-02-06 13:10:45 UTC (rev 407564)
@@ -3,8 +3,8 @@
 pkgbase=pyqt6
 pkgname=python-pyqt6
 pkgdesc="A set of Python bindings for the Qt6 toolkit"
-pkgver=6.0.0
-pkgrel=2
+pkgver=6.0.1
+pkgrel=1
 arch=(x86_64)
 url="https://riverbankcomputing.com/software/pyqt/intro"
 license=(GPL)
@@ -15,15 +15,9 @@
             'qt6-declarative: QtQml, qmlplugin'
             'qt6-quick3d: QtQuick3D')
 makedepends=(sip pyqt-builder qt6-tools qt6-svg qt6-declarative qt6-quick3d python-opengl)
-source=("https://pypi.python.org/packages/source/P/PyQt6/PyQt6-$pkgver.tar.gz"
-         fix-build.patch)
-sha256sums=('c758b0568127bffd7147f461d74bbf06249177eae908efed8099eec30984f1b3'
-            '6cd36d08d38d8904a89ae40a4c18c1a6225e6dba2e6cef4d6f14005d2cd7895c')
+source=("https://pypi.python.org/packages/source/P/PyQt6/PyQt6-$pkgver.tar.gz")
+sha256sums=('313f0f4bf0158e7ce3b892f1ec16b3378e505e0f2458394c1245eb6807695c0d')
 
-prepare() {
-  patch -d PyQt6-$pkgver -p1 -i ../fix-build.patch
-}
-
 build() {
   cd PyQt6-$pkgver
   sip-build \



More information about the arch-commits mailing list