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

Angel Velásquez angvp at archlinux.org
Fri Jan 14 19:15:11 UTC 2011


    Date: Friday, January 14, 2011 @ 14:15:11
  Author: angvp
Revision: 106138

upgpkg: pylint 0.23.0-1
Bump release to 0.23

Modified:
  pylint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-14 18:50:26 UTC (rev 106137)
+++ PKGBUILD	2011-01-14 19:15:11 UTC (rev 106138)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Fehr <pizzapunk gmail com>
 
 pkgname=pylint
-pkgver=0.21.4
+pkgver=0.23.0
 pkgrel=1
 pkgdesc="Python code static checker"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python2-distribute')
 optdepends=('tk: Pylint GUI')
 source=("http://ftp.logilab.org/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('e1c6ee0b9bd0c5d5ae825e2492886386c25a9382')
+md5sums=('3c241b161b7e6826011cb8bde4fcf891')
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -23,4 +23,3 @@
   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