From 778b255bc8fd28dcbf05b471da01db0c663bd9fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=85=D9=87=D8=AF=D9=8A=20=D8=B4=D9=8A=D9=86=D9=88=D9=86?= =?UTF-8?q?=20=28Mehdi=20Chinoune=29?= Date: Fri, 12 Apr 2024 16:01:39 +0100 Subject: [PATCH] pyside6: update to 6.7.0 --- mingw-w64-pyside6/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mingw-w64-pyside6/PKGBUILD b/mingw-w64-pyside6/PKGBUILD index 1bfa360247..032c41e62c 100644 --- a/mingw-w64-pyside6/PKGBUILD +++ b/mingw-w64-pyside6/PKGBUILD @@ -5,17 +5,17 @@ pkgbase=mingw-w64-${_realname} pkgname=(${MINGW_PACKAGE_PREFIX}-shiboken6 ${MINGW_PACKAGE_PREFIX}-${_realname} ${MINGW_PACKAGE_PREFIX}-${_realname}-tools) -pkgver=6.6.2 -pkgrel=3 +pkgver=6.7.0 +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_references=( 'archlinux: pyside6' 'pypi: PySide6' ) license=("spdx:LGPL-2.1-or-later") -arch=('any') -mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') makedepends=("${MINGW_PACKAGE_PREFIX}-cc" "${MINGW_PACKAGE_PREFIX}-cmake" "${MINGW_PACKAGE_PREFIX}-ninja" @@ -56,7 +56,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=('14620b694d7af4c978443016292d3d2108ba5dc105f4170e3b71eadcaf04c9f0' +sha256sums=('82eae370737df5ecf539c165d09d7c81d5fc6153a541b8d3d37b11275f9e3e8f' '5f71b618e0ad687e9282fa4b8c3815beaf69b78666516bfce57cb039822f4ac6' 'ad762d906e5e736b87e8fe92efd42045fe51206e6b6845e37d298a15a53ccfa3')