diff --git a/mingw-w64-python-fixtures/PKGBUILD b/mingw-w64-python-fixtures/PKGBUILD index f096d724a5..e5cc3be32a 100644 --- a/mingw-w64-python-fixtures/PKGBUILD +++ b/mingw-w64-python-fixtures/PKGBUILD @@ -6,8 +6,8 @@ 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=3.0.0 -pkgrel=4 +pkgver=4.0.1 +pkgrel=1 pkgdesc="Fixtures, reusable state for writing clean tests and more (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') @@ -22,7 +22,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-subunit" "${MINGW_PACKAGE_PREFIX}-python-mock") options=('staticlibs' 'strip' '!debug') source=("https://pypi.io/packages/source/f/fixtures/fixtures-${pkgver}.tar.gz") -sha512sums=('e52ba864c42d15a8baa60583761006b2dd78e3cd5f3f043f5702346aef428b933d62e8fa5889b7cb4196e4072acc5df3b7ffa39702a1b782887bdc109299b695') +sha512sums=('722436f146768e4db1e3312a0db1edab2a7daa86107825fb2436654eaf74e00f569357531316df506ef3f80cef89ac7185aee1adf0b00a6ee85cbc9811ca8100') # Helper macros to help make tasks easier # apply_patch_with_msg() {