python-superqt: update to 0.7.6

This commit is contained in:
Biswapriyo Nath 2025-08-13 08:02:17 +00:00
parent 8d5cdb1dd7
commit a30ff15f58

View File

@ -3,7 +3,7 @@
_realname=superqt
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.7.5
pkgver=0.7.6
pkgrel=1
pkgdesc='Missing widgets and components for Qt-python (mingw-w64)'
arch=('any')
@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-installer")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('6cf6650d5458355cc640e8f77fc09cd228e74053e0cc9df861f15405192dc8b3')
sha256sums=('822fdba71dc391929c9d3db839f78ca2a861e2f2876926f969a288dfb2a9787e')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"