From 48201361ddc8a225b32e02e063d6365df83e6bfa Mon Sep 17 00:00:00 2001 From: Alexpux Date: Wed, 31 Dec 2014 02:09:48 +0300 Subject: [PATCH] setuptools: Update to 9.1 --- python-setuptools/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-setuptools/PKGBUILD b/python-setuptools/PKGBUILD index c7f77ff1..51934772 100644 --- a/python-setuptools/PKGBUILD +++ b/python-setuptools/PKGBUILD @@ -2,7 +2,7 @@ pkgbase=python-setuptools pkgname=('python3-setuptools' 'python2-setuptools') -pkgver=7.0 +pkgver=9.1 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=('6245d6752e2ef803c365f560f7f2f940') +md5sums=('0db0d6ab3911594cb83834cc087c0729') prepare() { cd "${srcdir}"