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

Stéphane Gaudreault stephane at archlinux.org
Sun Oct 28 00:53:10 UTC 2012


    Date: Saturday, October 27, 2012 @ 20:53:09
  Author: stephane
Revision: 169761

upgpkg: pylint 0.26.0-2

Add dependency on python2-distribute (fix FS#32255)

Modified:
  pylint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-27 23:42:28 UTC (rev 169760)
+++ PKGBUILD	2012-10-28 00:53:09 UTC (rev 169761)
@@ -4,13 +4,12 @@
 
 pkgname=pylint
 pkgver=0.26.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
 arch=('any')
 url="http://www.logilab.org/project/pylint"
 license=('GPL')
-depends=('python2-logilab-astng' 'python2')
-makedepends=('python2-distribute')
+depends=('python2-logilab-astng' 'python2' 'python2-distribute')
 optdepends=('tk: Pylint GUI')
 source=("http://download.logilab.org/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz")
 sha1sums=('5dcc07d622b4ff7d5751523fe0161989e463ffe6')




More information about the arch-commits mailing list