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

Stéphane Gaudreault stephane at archlinux.org
Thu Aug 4 16:33:53 UTC 2011


    Date: Thursday, August 4, 2011 @ 12:33:53
  Author: stephane
Revision: 134495

upgpkg: pylint 0.24.0-1
version bump

Modified:
  pylint/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-04 15:42:45 UTC (rev 134494)
+++ PKGBUILD	2011-08-04 16:33:53 UTC (rev 134495)
@@ -3,8 +3,8 @@
 # Contributor: Alexander Fehr <pizzapunk gmail com>
 
 pkgname=pylint
-pkgver=0.23.0
-pkgrel=2
+pkgver=0.24.0
+pkgrel=1
 pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
 arch=('any')
 url="http://www.logilab.org/project/pylint"
@@ -13,11 +13,13 @@
 makedepends=('python2-distribute')
 optdepends=('tk: Pylint GUI')
 source=("http://ftp.logilab.org/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('d06e759693df4619233b8d386201f463be4a3663')
+sha1sums=('269d84825a334a558328f36eabeb7a9748555302')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
+  sed -i "s|/usr/bin/env python|/usr/bin/env python2|" epylint.py
+
   python2 setup.py build
 }
 




More information about the arch-commits mailing list