Date: Thursday, February 4, 2021 @ 15:14:36 Author: arojas Revision: 407459
Update to 6.0.1 Modified: shiboken6/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-04 13:30:13 UTC (rev 407458) +++ PKGBUILD 2021-02-04 15:14:36 UTC (rev 407459) @@ -2,10 +2,10 @@ # Maintainer: Felix Yan <[email protected]> pkgname=shiboken6 -_qtver=6.0.0 +_qtver=6.0.1 _clangver=11.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') _pkgfqn=pyside-setup-opensource-src-$_qtver source=("https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-$pkgver-src/${_pkgfqn}.tar.xz") -sha256sums=('f47a4598118510feecc96b9d4b01063d206ac9a1240af3545163d2891db27dd4') +sha256sums=('baac59a71d5d8d28badd4b484b3722500a6616684f932f0652b33a5b5feaf365') build() { cmake -B build -S ${_pkgfqn}/sources/shiboken6 \
