Date: Thursday, July 21, 2016 @ 01:30:25
  Author: felixonmars
Revision: 272078

upgpkg: python-setuptools 1:24.2.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-07-20 19:47:52 UTC (rev 272077)
+++ PKGBUILD    2016-07-21 01:30:25 UTC (rev 272078)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=24.0.3
+pkgver=24.2.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -36,9 +36,11 @@
 
 build() {
   cd "$srcdir"/setuptools
+  python bootstrap.py
   python setup.py build
 
   cd "$srcdir"/setuptools-py2
+  python2 bootstrap.py
   python2 setup.py build
 }
 

Reply via email to