From 64a2fbfcd2c48d5cde1e557f22571b8bb976dca7 Mon Sep 17 00:00:00 2001 From: Alexpux Date: Mon, 10 Mar 2014 22:45:13 +0400 Subject: [PATCH] python-setuptools: Update to 3.1 --- mingw-w64-python-setuptools/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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() {