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

Ángel Velásquez angvp at nymeria.archlinux.org
Tue Aug 20 06:49:14 UTC 2013


    Date: Tuesday, August 20, 2013 @ 08:49:14
  Author: angvp
Revision: 193428

upgpkg: pylint 1.0.0-1

Version bump to 1.0.0

Modified:
  pylint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-20 06:42:33 UTC (rev 193427)
+++ PKGBUILD	2013-08-20 06:49:14 UTC (rev 193428)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+# Maintainer: Angel Velasquez <angvp at archlinux.org>  
+# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
 # Contributor: Alexander Fehr <pizzapunk gmail com>
 
 pkgbase=pylint
 pkgname=('python2-pylint' 'python-pylint')
-pkgver=0.28.0
-pkgrel=2
+pkgver=1.0.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,8 +14,8 @@
 makedepends=('python2-logilab-astng' 'python-logilab-astng') 
 optdepends=('tk: Pylint GUI')
 conflicts=('pylint<=0.26.0-2')
-source=("http://download.logilab.org/pub/${pkgbase}/${pkgbase}-${pkgver}.tar.gz")
-sha1sums=('285b8babd659a9dd21a782f87db0ae15c29728ef')
+source=(http://pypi.python.org/packages/source/p/{$pkgbase}/${pkgbase}-${pkgver}.tar.gz)
+sha1sums=('307636004ff1c8d70982052b74d5e7b126d69167')
 
 build() {
   cd "${srcdir}"




More information about the arch-commits mailing list