[arch-commits] Commit in pylint/trunk (PKGBUILD)
Stéphane Gaudreault
stephane at archlinux.org
Thu Mar 1 17:03:32 UTC 2012
Date: Thursday, March 1, 2012 @ 12:03:32
Author: stephane
Revision: 151724
upgpkg: pylint 0.25.1-1
upstream update
Modified:
pylint/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-03-01 12:38:32 UTC (rev 151723)
+++ PKGBUILD 2012-03-01 17:03:32 UTC (rev 151724)
@@ -3,7 +3,7 @@
# Contributor: Alexander Fehr <pizzapunk gmail com>
pkgname=pylint
-pkgver=0.25.0
+pkgver=0.25.1
pkgrel=1
pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
arch=('any')
@@ -12,8 +12,8 @@
depends=('python-logilab-astng' 'python2')
makedepends=('python2-distribute')
optdepends=('tk: Pylint GUI')
-source=("http://ftp.logilab.org/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('f6e4081bdc9cd8e726b307a1b73462dc478b0398')
+source=("http://download.logilab.org/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('e567fde28a2135888b137f7dcdfa72abd06d3896')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
More information about the arch-commits
mailing list