diff --git a/mingw-w64-python-wheel/PKGBUILD b/mingw-w64-python-wheel/PKGBUILD index 1eb38b31b9..8c80dfffe8 100644 --- a/mingw-w64-python-wheel/PKGBUILD +++ b/mingw-w64-python-wheel/PKGBUILD @@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=0.41.3 +pkgver=0.42.0 pkgrel=1 pkgdesc="A built-package format for Python (mingw-w64)" arch=('any') @@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-flit-core") options=('!strip') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('4d4987ce51a49370ea65c0bfd2234e8ce80a12780820d9dc462597a6e60d0841') +sha256sums=('c45be39f7882c9d34243236f2d63cbd58039e360f85d0913425fbd7ceea617a8') prepare() { cd "${srcdir}"/${_realname}-${pkgver}