python-zombie-imp: update to 0.0.3

This commit is contained in:
Biswapriyo Nath
2025-03-21 06:38:28 +00:00
parent fd0a6cb8b9
commit fad64dc5ac

View File

@@ -1,7 +1,7 @@
_realname=zombie-imp
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.0.2
pkgver=0.0.3
pkgrel=1
pkgdesc="A copy of the imp module that was removed in Python 3.12 (mingw-w64)"
arch=('any')
@@ -17,7 +17,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
options=('!strip')
source=(${_realname}-${pkgver}.tar.gz::"https://github.com/encukou/${_realname}/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('08c6c53fc78f5ff45508b4d515f723f9dc07891e6b978435fb8eab1fe3185380')
sha256sums=('c5b97bc094531133bbf9ac2b944423458f4852534ae180ad4c3dc7d07514ad33')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"