[arch-commits] Commit in shiboken6/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Wed Oct 27 10:55:19 UTC 2021
Date: Wednesday, October 27, 2021 @ 10:55:19
Author: arojas
Revision: 426720
Update to 6.2.1
Modified:
shiboken6/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-27 10:45:20 UTC (rev 426719)
+++ PKGBUILD 2021-10-27 10:55:19 UTC (rev 426720)
@@ -2,10 +2,10 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=shiboken6
-_qtver=6.2.0
-_clangver=13.0.0
+_qtver=6.2.1
+_clangver=12.0.1
pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=1
arch=(x86_64)
url='https://www.qt.io'
license=(GPL2 LGPL)
@@ -15,7 +15,7 @@
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=('fed210b662129955332d2609a900b5b8643130134e4682371b26a9ba60740d01')
+sha256sums=('e0df6f42ed92e039d44ae9bf7d23cc4ee2fc4722c87adddbeafc6376074c4cd4')
build() {
cmake -B build -S $_pkgfn/sources/shiboken6 -G Ninja \
More information about the arch-commits
mailing list