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

Antonio Rojas arojas at gemini.archlinux.org
Fri Jun 17 14:26:50 UTC 2022


    Date: Friday, June 17, 2022 @ 14:26:50
  Author: arojas
Revision: 448940

Update to 6.3.1

Modified:
  pyside6/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-17 13:35:05 UTC (rev 448939)
+++ PKGBUILD	2022-06-17 14:26:50 UTC (rev 448940)
@@ -3,7 +3,7 @@
 
 pkgbase=pyside6
 pkgname=(shiboken6 pyside6)
-_qtver=6.3.0
+_qtver=6.3.1
 _clangver=13.0.1
 pkgver=${_qtver/-/}
 pkgrel=1
@@ -16,16 +16,13 @@
              qt6-webchannel qt6-webengine qt6-websockets qt6-shadertools)
 _pkgfn=pyside-setup-opensource-src-$_qtver
 source=(https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-$pkgver-src/${_pkgfn}.tar.xz
-        designer-plugin-install-dir.patch
-        pyside6-fix-build.patch::https://code.qt.io/cgit/pyside/pyside-setup.git/patch/?id=703d975f)
-sha256sums=('9d808d617c8daa2fe074f9a481478dc923a9799b5c89f6c5af38ece111ed57e2'
-            '66e895e07d5b01c64a94092353854c946fd7fc445b6181068dca290b5a3887e0'
-            'c8aa9518edb792793d30e7ee8b77bfbdc4c408bdb6ac4d208813092cdbf7f6ae')
+        designer-plugin-install-dir.patch)
+sha256sums=('e5a85ed68834eb8324e3486283a9451b030d7221809e2a9533162e6b93899977'
+            '66e895e07d5b01c64a94092353854c946fd7fc445b6181068dca290b5a3887e0')
 options=(debug)
 
 prepare() {
   patch -d $_pkgfn -p1 < designer-plugin-install-dir.patch # Fix designer plugin install dir
-  patch -d $_pkgfn -p1 < pyside6-fix-build.patch # https://bugreports.qt.io/browse/PYSIDE-1890
 }
 
 build() {



More information about the arch-commits mailing list