From e4ff1777409f529dc78b3f4ef0f1264da71d1899 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Fri, 11 Mar 2016 12:15:36 +0300 Subject: [PATCH] python-setuptools: Update to 20.2.2 --- python-setuptools/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-setuptools/PKGBUILD b/python-setuptools/PKGBUILD index 489af3cf..ffbc6537 100644 --- a/python-setuptools/PKGBUILD +++ b/python-setuptools/PKGBUILD @@ -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}"