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

Rémy Oudompheng remy at archlinux.org
Wed Sep 1 15:42:06 UTC 2010


    Date: Wednesday, September 1, 2010 @ 11:42:06
  Author: remy
Revision: 89539

upgpkg: pylint 0.21.1-2
Rebuild for python2.

Modified:
  pylint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-01 15:39:32 UTC (rev 89538)
+++ PKGBUILD	2010-09-01 15:42:06 UTC (rev 89539)
@@ -4,7 +4,7 @@
 
 pkgname=pylint
 pkgver=0.21.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A python tool that checks if a module satisfies a coding standard"
 arch=('any')
 url="http://www.logilab.org/project/pylint"
@@ -17,7 +17,7 @@
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  python setup.py install --prefix=/usr --root="${pkgdir}"
+  python2 setup.py install --prefix=/usr --root="${pkgdir}"
 
   install -d "${pkgdir}/usr/share/man/man1"
   install -m644 man/* "${pkgdir}/usr/share/man/man1"




More information about the arch-commits mailing list