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

Stéphane Gaudreault stephane at archlinux.org
Tue Oct 16 14:26:37 UTC 2012


    Date: Tuesday, October 16, 2012 @ 10:26:36
  Author: stephane
Revision: 168914

upgpkg: pylint 0.26.0-1

upstream update

Modified:
  pylint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-16 14:21:04 UTC (rev 168913)
+++ PKGBUILD	2012-10-16 14:26:36 UTC (rev 168914)
@@ -3,8 +3,8 @@
 # Contributor: Alexander Fehr <pizzapunk gmail com>
 
 pkgname=pylint
-pkgver=0.25.2
-pkgrel=2
+pkgver=0.26.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,7 +13,7 @@
 makedepends=('python2-distribute')
 optdepends=('tk: Pylint GUI')
 source=("http://download.logilab.org/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('52b1a671bacc115a953b1e0d423ecbaf9064ce2e')
+sha1sums=('5dcc07d622b4ff7d5751523fe0161989e463ffe6')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"




More information about the arch-commits mailing list