Date: Sunday, November 3, 2013 @ 19:33:55 Author: angvp Revision: 198767
upgpkg: python-setuptools 1.3-1 Version bump to 1.3 Modified: python-setuptools/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-11-03 18:24:43 UTC (rev 198766) +++ PKGBUILD 2013-11-03 18:33:55 UTC (rev 198767) @@ -2,7 +2,7 @@ # Maintainer: Angel Velasquez <[email protected]> pkgbase=python-setuptools pkgname=('python-setuptools' 'python2-setuptools') -pkgver=1.1.6 +pkgver=1.3 pkgrel=1 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages" arch=('any') @@ -10,6 +10,7 @@ url="http://pypi.python.org/pypi/setuptools" makedepends=('python' 'python2') source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz) +md5sums=('131956989d1ec7bac1f7be034800f183') #check() { # # Check python3 module @@ -64,4 +65,3 @@ python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build rm "${pkgdir}/usr/bin/easy_install" } -md5sums=('ee82ea53def4480191061997409d2996')
