diff --git a/mingw-w64-python-setuptools/PKGBUILD b/mingw-w64-python-setuptools/PKGBUILD index 64d9cd5c2d..a1c0a5614f 100644 --- a/mingw-w64-python-setuptools/PKGBUILD +++ b/mingw-w64-python-setuptools/PKGBUILD @@ -4,16 +4,16 @@ _realname=setuptools _mingw_suff=mingw-w64-${CARCH} pkgname="${_mingw_suff}-${_realname}" pkgname=("${_mingw_suff}-python2-setuptools" "${_mingw_suff}-python3-setuptools") -pkgver=2.2 -pkgrel=4 +pkgver=3.1 +pkgrel=1 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages (mingw-w64)" arch=('any') license=('PSF') url="http://pypi.python.org/pypi/setuptools" depends=("${_mingw_suff}-python2" "${_mingw_suff}-python3") -source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz +source=(http://pypi.python.org/packages/source/s/setuptools/${_realname}-${pkgver}.tar.gz 'mingw-python-fix.patch') -md5sums=('04a7664538957b832710653fd7d5b4e6' +md5sums=('425c2fa9329fc000e8c5ff947df001c3' 'fd829bfa6affc0819e03bf47f70e694b') prepare() {