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

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


    Date: Wednesday, March 10, 2021 @ 16:43:06
  Author: arojas
Revision: 409570

Update to 6.0.3

Modified:
  pyqt6/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-10 16:30:46 UTC (rev 409569)
+++ PKGBUILD	2021-03-10 16:43:06 UTC (rev 409570)
@@ -3,8 +3,8 @@
 pkgbase=pyqt6
 pkgname=python-pyqt6
 pkgdesc="A set of Python bindings for the Qt6 toolkit"
-pkgver=6.0.2
-pkgrel=2
+pkgver=6.0.3
+pkgrel=1
 arch=(x86_64)
 url="https://riverbankcomputing.com/software/pyqt/intro"
 license=(GPL)
@@ -16,12 +16,8 @@
             '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")
-sha256sums=('aab1b58e287cd8c91d7f7b8c4f91d68b8980f07fcd2ad6d9adbf0bb75347fb9a')
+sha256sums=('bfe5946a667080f7f755fb5acb92706c3e029bf7679d77fc3898f900f69f768a')
 
-prepare() {
-  sed -e '/requires-dist/d' -i PyQt6-$pkgver/pyproject.toml # Remove pointless PyQt6-Qt dependency
-}
-
 build() {
   cd PyQt6-$pkgver
   sip-build \



More information about the arch-commits mailing list