python-propcache: update to 0.4.1

This commit is contained in:
Dirk Stolle 2025-10-09 22:35:59 +02:00
parent 8dae90a62b
commit f94cc0db00

View File

@ -3,7 +3,7 @@
_realname=propcache
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.4.0
pkgver=0.4.1
pkgrel=1
pkgdesc='Fast property caching (mingw-w64)'
arch=('any')
@ -27,7 +27,7 @@ makedepends=(
"${MINGW_PACKAGE_PREFIX}-cython"
"${MINGW_PACKAGE_PREFIX}-cc")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('c1ad731253eb738f9cadd9fa1844e019576c70bca6a534252e97cf33a57da529')
sha256sums=('f48107a8c637e80362555f37ecf49abe20370e557cc4ab374f04ec4423c97c3d')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"