From fad64dc5ac8fc7a080ef3f473e988490416c083d Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 21 Mar 2025 06:38:28 +0000 Subject: [PATCH] python-zombie-imp: update to 0.0.3 --- mingw-w64-python-zombie-imp/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-zombie-imp/PKGBUILD b/mingw-w64-python-zombie-imp/PKGBUILD index 1c7766bbe4..69344889c0 100644 --- a/mingw-w64-python-zombie-imp/PKGBUILD +++ b/mingw-w64-python-zombie-imp/PKGBUILD @@ -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}"