diff --git a/mingw-w64-python-tox/PKGBUILD b/mingw-w64-python-tox/PKGBUILD index 039db9e86d..5d4c0ba79c 100644 --- a/mingw-w64-python-tox/PKGBUILD +++ b/mingw-w64-python-tox/PKGBUILD @@ -3,8 +3,8 @@ _realname=tox pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=3.5.3 -pkgrel=2 +pkgver=3.6.0 +pkgrel=1 pkgdesc="Python virtualenv management and testing tool (mingw-w64)" arch=('any') url="https://tox.readthedocs.io" @@ -30,7 +30,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2" "util-linux") options=('staticlibs' 'strip' '!debug') source=("${_realname}-${pkgver}.tar.gz"::"https://pypi.io/packages/source/t/tox/${_realname}-${pkgver}.tar.gz") -sha256sums=('513e32fdf2f9e2d583c2f248f47ba9886428c949f068ac54a0469cac55df5862') +sha256sums=('304177defdcb403d84aeb0400b1625b1e65a7fff19f0441329f9f76ebf67882f') prepare() { find ${_realname}-${pkgver} -name "*.pyc" -delete