diff --git a/mingw-w64-python-pytest-shutil/PKGBUILD b/mingw-w64-python-pytest-shutil/PKGBUILD index df2ee458bf..ff7762066e 100644 --- a/mingw-w64-python-pytest-shutil/PKGBUILD +++ b/mingw-w64-python-pytest-shutil/PKGBUILD @@ -3,8 +3,8 @@ _realname=pytest-shutil pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.8.0 -pkgrel=2 +pkgver=1.8.1 +pkgrel=1 pkgdesc='A goodie-bag of unix shell and environment tools for py.test (mingw-w64)' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64') @@ -25,7 +25,7 @@ makedepends=( "${MINGW_PACKAGE_PREFIX}-python-setuptools" ) source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('aad006ef7b6efcbace1e6bdf90ea7870c4367ab917b85fbdbac1fca1df1f48a0') +sha256sums=('7dcc02e8a372098d51a98737e7f662e6edfd75cec7070a11e904141de49d866b') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"