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

Felix Yan fyan at archlinux.org
Mon Nov 30 01:54:59 UTC 2015


    Date: Monday, November 30, 2015 @ 02:54:59
  Author: fyan
Revision: 252071

upgpkg: pylint 1.5-1

Modified:
  pylint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-30 01:45:34 UTC (rev 252070)
+++ PKGBUILD	2015-11-30 01:54:59 UTC (rev 252071)
@@ -6,8 +6,7 @@
 
 pkgbase=pylint
 pkgname=('python2-pylint' 'python-pylint')
-pkgver=1.4.4.20151005
-_commit=10c668a2f8eb944c0338068c3ee4dba395bfa611
+pkgver=1.5
 pkgrel=1
 pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
 arch=('any')
@@ -15,7 +14,7 @@
 license=('GPL')
 makedepends=('python2-astroid' 'python-astroid' 'python2-setuptools' 'python-setuptools' 'python2-six' 'python-six' 'mercurial')
 optdepends=('tk: Pylint GUI')
-source=("hg+https://felixonmars@bitbucket.org/logilab/pylint#revision=$_commit")
+source=("hg+https://felixonmars@bitbucket.org/logilab/pylint#tag=pylint-$pkgver")
 sha1sums=('SKIP')
 
 prepare() {



More information about the arch-commits mailing list