[arch-commits] Commit in python-clint/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Mon May 16 03:35:23 UTC 2016


    Date: Monday, May 16, 2016 @ 05:35:22
  Author: fyan
Revision: 175439

upgpkg: python-clint 0.5.1-3

fix the python2 package (i should be more careful!)

Modified:
  python-clint/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-16 03:31:27 UTC (rev 175438)
+++ PKGBUILD	2016-05-16 03:35:22 UTC (rev 175439)
@@ -4,7 +4,7 @@
 pkgbase=python-clint
 pkgname=(python-clint python2-clint)
 pkgver=0.5.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Module for developing commandline applications'
 arch=('any')
 url='http://pypi.python.org/pypi/clint/'
@@ -32,7 +32,7 @@
 
   cd "clint-$pkgver-py2"
 
-  python setup.py install \
+  python2 setup.py install \
     --install-data="/usr/share/doc/$pkgname" --root="$pkgdir"
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }



More information about the arch-commits mailing list