python-setuptools: Update to 20.2.2

This commit is contained in:
Alexey Pavlov
2016-03-11 12:15:36 +03:00
parent b2d79bf282
commit e4ff177740

View File

@@ -2,7 +2,7 @@
pkgbase=python-setuptools
pkgname=('python3-setuptools' 'python2-setuptools')
pkgver=15.2
pkgver=20.2.2
pkgrel=1
pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"
arch=('any')
@@ -10,7 +10,7 @@ license=('PSF')
url="https://pypi.python.org/pypi/setuptools"
makedepends=('python' 'python2')
source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz")
sha256sums=('381e78471fb0eff89c4b1a219e8739f48dd87c76ad2d3a790010ca3a62ee29a4')
sha256sums=('24fcfc15364a9fe09a220f37d2dcedc849795e3de3e4b393ee988e66a9cbd85a')
prepare() {
cd "${srcdir}"