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

Antonio Rojas arojas at gemini.archlinux.org
Wed Feb 2 18:55:32 UTC 2022


    Date: Wednesday, February 2, 2022 @ 18:55:31
  Author: arojas
Revision: 435834

Update to 6.2.3, add debug symbols

Modified:
  shiboken6/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-02 17:57:55 UTC (rev 435833)
+++ PKGBUILD	2022-02-02 18:55:31 UTC (rev 435834)
@@ -2,10 +2,10 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=shiboken6
-_qtver=6.2.2
+_qtver=6.2.3
 _clangver=13.0.0
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=1
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL2 LGPL)
@@ -15,7 +15,8 @@
 optdepends=('python: Python bindings')
 _pkgfn=pyside-setup-opensource-src-$_qtver
 source=(https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-$pkgver-src/$_pkgfn.tar.xz)
-sha256sums=('70a74c7c7c9e5af46cae5b1943bc39a1399c4332b342d2c48103a1cfe99891a8')
+sha256sums=('70d55e8fe977ffe094bba51119d16d37e0736df8693787110b127a2b4bd00003')
+options=(debug)
 
 build() {
   cmake -B build -S $_pkgfn/sources/shiboken6 -G Ninja \



More information about the arch-commits mailing list