From 5bb77fe8b35d1785efa5d401a196b03ebc2fe4bc Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 6 Sep 2025 12:08:33 +0200 Subject: [PATCH] pyside6: Update to 6.9.2 --- mingw-w64-pyside6/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mingw-w64-pyside6/PKGBUILD b/mingw-w64-pyside6/PKGBUILD index fe357d668b..61d1ac810c 100644 --- a/mingw-w64-pyside6/PKGBUILD +++ b/mingw-w64-pyside6/PKGBUILD @@ -5,12 +5,13 @@ pkgbase=mingw-w64-${_realname} pkgname=(${MINGW_PACKAGE_PREFIX}-shiboken6 ${MINGW_PACKAGE_PREFIX}-${_realname} ${MINGW_PACKAGE_PREFIX}-${_realname}-tools) -pkgver=6.9.1 -pkgrel=3 +pkgver=6.9.2 +pkgrel=1 pkgdesc="Enables the use of Qt6 APIs in Python applications (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://doc.qt.io/qtforpython/" +msys2_repository_url="https://code.qt.io/cgit/pyside/pyside-setup.git" msys2_references=( 'archlinux: pyside6' 'purl: pkg:pypi/pyside6' @@ -56,7 +57,7 @@ _pkgfn=pyside-setup-everywhere-src-${pkgver} source=(https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-${pkgver}-src/${_pkgfn}.tar.xz 001-fix-building-on-mingw.patch 002-fix-build-qtexampleicons.patch) -sha256sums=('04c712c5b9234add0d9b5aa3c01a0caede64a55b496127751f5d52a230cff748' +sha256sums=('9ec087465342bdc9dbe492a30e58fdbbc5448655deacf5982a0fe7123f59222d' '5f71b618e0ad687e9282fa4b8c3815beaf69b78666516bfce57cb039822f4ac6' 'ad762d906e5e736b87e8fe92efd42045fe51206e6b6845e37d298a15a53ccfa3')