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

Antonio Rojas arojas at gemini.archlinux.org
Thu Oct 28 14:04:14 UTC 2021


    Date: Thursday, October 28, 2021 @ 14:04:14
  Author: arojas
Revision: 426773

Update to 6.2.1

Modified:
  pyqt6-webengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-28 14:00:01 UTC (rev 426772)
+++ PKGBUILD	2021-10-28 14:04:14 UTC (rev 426773)
@@ -2,7 +2,7 @@
 
 pkgbase=pyqt6-webengine
 pkgname=(python-pyqt6-webengine)
-pkgver=6.2.0
+pkgver=6.2.1
 pkgrel=1
 pkgdesc='Python bindings for QtWebEngine'
 arch=(x86_64)
@@ -12,14 +12,13 @@
 depends=(qt6-webengine python-pyqt6)
 makedepends=(sip pyqt-builder)
 source=(https://pypi.python.org/packages/source/P/PyQt6-WebEngine/PyQt6_WebEngine-$pkgver.tar.gz)
-sha256sums=('4f12a984efd01d202a89baea3437c6fb2001a042f9bdef512d324eb4e81ef693')
+sha256sums=('6f6d7cb612f20d1f1f8ea1bbe7ebb8bbaa3f7fcd56f0e9c41582851998be20c3')
 
 build() {
   cd PyQt6_WebEngine-$pkgver
   sip-build \
     --no-make \
-    --qmake=/usr/bin/qmake6 \
-    --concatenate 1
+    --qmake=/usr/bin/qmake6
   cd build
   make
 }



More information about the arch-commits mailing list