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

Ángel Velásquez angvp at nymeria.archlinux.org
Thu Jan 16 23:51:15 UTC 2014


    Date: Friday, January 17, 2014 @ 00:51:15
  Author: angvp
Revision: 204303

upgpkg: pylint 1.1.0-1

Version bump to 1.1.0

Modified:
  pylint/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-16 23:41:00 UTC (rev 204302)
+++ PKGBUILD	2014-01-16 23:51:15 UTC (rev 204303)
@@ -5,16 +5,16 @@
 
 pkgbase=pylint
 pkgname=('python2-pylint' 'python-pylint')
-pkgver=1.0.0
-pkgrel=3
+pkgver=1.1.0
+pkgrel=1
 pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
 arch=('any')
-url="http://www.logilab.org/project/pylint"
+url="http://pylint.org"
 license=('GPL')
 makedepends=('python2-astroid' 'python-astroid') 
 optdepends=('tk: Pylint GUI')
 source=(http://pypi.python.org/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.tar.gz)
-sha1sums=('307636004ff1c8d70982052b74d5e7b126d69167')
+sha1sums=('b33594a2c627d72007bfa8c6d7619af699e26085')
 
 build() {
   cd "${srcdir}"




More information about the arch-commits mailing list