diff --git a/mingw-w64-python-tox/PKGBUILD b/mingw-w64-python-tox/PKGBUILD index 03401fc754..5ff96b2afb 100644 --- a/mingw-w64-python-tox/PKGBUILD +++ b/mingw-w64-python-tox/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=4.4.4 +pkgver=4.4.5 pkgrel=1 pkgdesc="Python virtualenv management and testing tool (mingw-w64)" arch=('any') @@ -30,7 +30,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-python-filelock" ) source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('e1ef01d9e9503b1218511f74517dc3f0008c8b5e0cc53ab7f51ff3c2ca63b349') +sha256sums=('f9bc83c5da8666baa2a4d4e884bbbda124fe646e4b1c0e412949cecc2b6e8f90') prepare() { rm -rf python-build-${MSYSTEM} | true