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

Stéphane Gaudreault stephane at archlinux.org
Sat Nov 6 17:28:54 UTC 2010


    Date: Saturday, November 6, 2010 @ 13:28:53
  Author: stephane
Revision: 98294

upgpkg: pylint 0.21.4-1
update to version 0.21.4

Modified:
  pylint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-06 17:21:05 UTC (rev 98293)
+++ PKGBUILD	2010-11-06 17:28:53 UTC (rev 98294)
@@ -3,16 +3,17 @@
 # Contributor: Alexander Fehr <pizzapunk gmail com>
 
 pkgname=pylint
-pkgver=0.21.2
-pkgrel=2
-pkgdesc="A python tool that checks if a module satisfies a coding standard"
+pkgver=0.21.4
+pkgrel=1
+pkgdesc="Python code static checker"
 arch=('any')
 url="http://www.logilab.org/project/pylint"
 license=('GPL')
 depends=('python-logilab-astng' 'python2')
+makedepends=('python2-distribute')
 optdepends=('tk: Pylint GUI')
 source=("http://ftp.logilab.org/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('8b61adb9def27b5ace7d611bcc91e020')
+sha1sums=('e1c6ee0b9bd0c5d5ae825e2492886386c25a9382')
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -22,5 +23,4 @@
   install -d "${pkgdir}/usr/share/man/man1"
   install -m644 man/* "${pkgdir}/usr/share/man/man1"
 }
-
 # vim: set noexpandtab tabstop=8 shiftwidth=8 textwidth=132 autoindent




More information about the arch-commits mailing list