Date: Wednesday, May 7, 2014 @ 18:46:00 Author: fyan Revision: 212110
upgpkg: python-setuptools 3.6-1 Modified: python-setuptools/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-05-07 16:28:13 UTC (rev 212109) +++ PKGBUILD 2014-05-07 16:46:00 UTC (rev 212110) @@ -4,7 +4,7 @@ pkgbase=python-setuptools pkgname=('python-setuptools' 'python2-setuptools') -pkgver=3.5.2 +pkgver=3.6 pkgrel=1 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages" arch=('any') @@ -13,7 +13,7 @@ makedepends=('python' 'python2') checkdepends=('python-pytest' 'python2-pytest') source=("http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz") -md5sums=('7549f9f526fcd2ba9a429791910f3a65') +sha512sums=('8233a25229ebb97a2cd78b884d6ae41b441022a0ff28495832183b90a86abdc3216c9f7f514639c4a9a77848c8f94cfb072d676c2e382496162a52732e7e3f58') check() { # Disabled python 3.x tests for >= 3.4.1: