[arch-commits] Commit in pylint/trunk (PKGBUILD)
Stéphane Gaudreault
stephane at archlinux.org
Sun Oct 14 00:15:35 UTC 2012
Date: Saturday, October 13, 2012 @ 20:15:35
Author: stephane
Revision: 168678
upgpkg: pylint 0.25.2-2
update dependencies for python2 names
Modified:
pylint/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-10-14 00:11:36 UTC (rev 168677)
+++ PKGBUILD 2012-10-14 00:15:35 UTC (rev 168678)
@@ -4,12 +4,12 @@
pkgname=pylint
pkgver=0.25.2
-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=('python-logilab-astng' 'python2')
+depends=('python2-logilab-astng' 'python2')
makedepends=('python2-distribute')
optdepends=('tk: Pylint GUI')
source=("http://download.logilab.org/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz")
More information about the arch-commits
mailing list