Date: Monday, May 18, 2015 @ 12:10:05 Author: fyan Revision: 239517 upgpkg: python-setuptools 1:16.0-1
Modified: python-setuptools/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-05-18 09:24:42 UTC (rev 239516) +++ PKGBUILD 2015-05-18 10:10:05 UTC (rev 239517) @@ -4,7 +4,7 @@ pkgbase=python-setuptools pkgname=('python-setuptools' 'python2-setuptools') -pkgver=15.2 +pkgver=16.0 pkgrel=1 epoch=1 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages" @@ -13,8 +13,8 @@ url="http://pypi.python.org/pypi/setuptools" makedepends=('python' 'python2') checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest' 'git') -source=("http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz") -sha512sums=('32497b9b5d32e9e04a7338227db9d4f0e09606ac547b9d6f1be230e9ba719a30cbdaf51e134f8826347673235db2f77cd33c8974634618696ce3308d278d3fbe') +source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz") +sha512sums=('38a89aad89dc9aa682dbfbca623e2f69511f5e20d4a3526c01aabbc7e93ae78f20aac566676b431e111540b41540a1c4f644ce4174e7ecf052318612075e02dc') prepare() { cp -a setuptools-${pkgver}{,-python2}