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

Antonio Rojas arojas at gemini.archlinux.org
Wed Feb 2 19:27:57 UTC 2022


    Date: Wednesday, February 2, 2022 @ 19:27:57
  Author: arojas
Revision: 435837

Update to 6.2.3, add debug symbols

Modified:
  pyside6/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-02 19:17:20 UTC (rev 435836)
+++ PKGBUILD	2022-02-02 19:27:57 UTC (rev 435837)
@@ -2,9 +2,9 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=pyside6
-_qtver=6.2.2
+_qtver=6.2.3
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=1
 arch=(x86_64)
 url='https://www.qt.io'
 license=(LGPL)
@@ -31,8 +31,9 @@
 _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)
-sha256sums=('70a74c7c7c9e5af46cae5b1943bc39a1399c4332b342d2c48103a1cfe99891a8'
+sha256sums=('70d55e8fe977ffe094bba51119d16d37e0736df8693787110b127a2b4bd00003'
             '66e895e07d5b01c64a94092353854c946fd7fc445b6181068dca290b5a3887e0')
+options=(debug)
 
 prepare() {
   patch -d $_pkgfn -p1 < designer-plugin-install-dir.patch # Fix designer plugin install dir



More information about the arch-commits mailing list