python-setuptools: Update to 15.2

This commit is contained in:
Alexpux
2015-05-07 11:36:35 +03:00
parent 08d41034a1
commit 92c07acd51

View File

@@ -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}"