From 30b008c7c6a9fd57dad7e397ce37b2ee6d7f1ae1 Mon Sep 17 00:00:00 2001 From: Masanori Shirayama Date: Tue, 21 Oct 2014 11:08:45 +0900 Subject: [PATCH] python-setuptools: Update to 7.0 --- python-setuptools/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-setuptools/PKGBUILD b/python-setuptools/PKGBUILD index e269b77a..c7f77ff1 100644 --- a/python-setuptools/PKGBUILD +++ b/python-setuptools/PKGBUILD @@ -2,7 +2,7 @@ pkgbase=python-setuptools pkgname=('python3-setuptools' 'python2-setuptools') -pkgver=6.1 +pkgver=7.0 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=('e9b44838c2e6c66f232327d7821ff6f8') +md5sums=('6245d6752e2ef803c365f560f7f2f940') prepare() { cd "${srcdir}"