diff --git a/python-setuptools/PKGBUILD b/python-setuptools/PKGBUILD index 9c508b45..1df28c75 100644 --- a/python-setuptools/PKGBUILD +++ b/python-setuptools/PKGBUILD @@ -2,7 +2,7 @@ pkgbase=python-setuptools pkgname=('python3-setuptools' 'python2-setuptools') -pkgver=12.0.5 +pkgver=15.2 pkgrel=1 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages" arch=('any') @@ -10,7 +10,7 @@ license=('PSF') url="http://pypi.python.org/pypi/setuptools" makedepends=('python' 'python2') source=("http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz") -md5sums=('066e16290f8edcbc8b4b67808b2cbdb2') +md5sums=('a9028a9794fc7ae02320d32e2d7e12ee') prepare() { cd "${srcdir}"