diff --git a/mingw-w64-python-pytest/PKGBUILD b/mingw-w64-python-pytest/PKGBUILD index bd5308b6a0..5416e893b0 100644 --- a/mingw-w64-python-pytest/PKGBUILD +++ b/mingw-w64-python-pytest/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=7.3.0 +pkgver=7.3.1 pkgrel=1 pkgdesc='simple powerful testing with Python (mingw-w64)' url='https://pytest.org/' @@ -36,7 +36,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-hypothesis" "${MINGW_PACKAGE_PREFIX}-python-yaml") options=(!strip) source=("${_realname}-${pkgver}.tar.gz::https://github.com/pytest-dev/pytest/archive/${pkgver}.tar.gz") -sha256sums=('e24dfffb74c20f7623ded259c675b49a1e9bdd51c4f80876629f7fe93425fed8') +sha256sums=('6ffc0dd767f706de5a4013aa78d098133e4f88d2e60b45f930ec6ec556db3ce4') prepare() { sed -i "s/'_pytest.vendored_packages'//" ${_realname}-${pkgver}/setup.py