diff --git a/mingw-w64-python-pytest-xdist/PKGBUILD b/mingw-w64-python-pytest-xdist/PKGBUILD index cc04c4e055..04a74646ee 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.24.1 +pkgver=1.25.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=('1998c08ccc9d528ee676dcb174667fe17f5fdad8461392276c506ab7b29fe040b2cd246e22ff078d4637e4bb19aca2c17a68446d344541281fea528fa69d35ce') +sha512sums=('0de788107dae37e1cd845b0f170d06fe0c560a7f4e2caa95069af78ff0ca2e4eab11838e17979e0482057a668f1741c1f6c8be35532309aca3d2c9caaecab527') prepare() { cd "${srcdir}"