diff --git a/mingw-w64-python-pytest-xdist/PKGBUILD b/mingw-w64-python-pytest-xdist/PKGBUILD index a623a37087..1ecc883c18 100644 --- a/mingw-w64-python-pytest-xdist/PKGBUILD +++ b/mingw-w64-python-pytest-xdist/PKGBUILD @@ -3,7 +3,7 @@ _realname=pytest-xdist pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=1.28.0 +pkgver=1.29.0 pkgrel=1 pkgdesc="py.test xdist plugin for distributed testing and loop-on-failing modes (mingw-w64)" arch=('any') @@ -25,7 +25,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2" "${MINGW_PACKAGE_PREFIX}-python2-setuptools-scm") options=('staticlibs' 'strip' '!debug') source=("${_realname}-$pkgver.tar.gz"::"https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz") -sha512sums=('8125686ee5464af8262d57a24b0bac9e5661eebed2162bd1edd46bb1c98a47616cda5fab4752c89540bf9babdb5eaab40f9dd723023da50493cdaf10e0af5fc9') +sha512sums=('50e2bcf9e97e6cfaddc931220f74346ebced77cd56135a57d2be1c29ad462f49dadba18efaf0615d4d7ce10c291da1418b7b1d3caa24e21d90c2af773e1372f0') prepare() { cd "${srcdir}"