diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2014-11-23 14:26:58 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2014-11-27 07:54:00 +0000 |
commit | 347fdff0350b63e2388a76d2358fcb8cbe432e19 (patch) | |
tree | 0cb6b71e1b570cf6b974a04ef562e9ed5ec4b7ad /testing/pylint/APKBUILD | |
parent | 0a3a508c5d7f1df6645912750bc93791164d516f (diff) | |
download | aports-347fdff0350b63e2388a76d2358fcb8cbe432e19.tar.bz2 aports-347fdff0350b63e2388a76d2358fcb8cbe432e19.tar.xz |
testing/pylint: upgrade to 1.4.0
Diffstat (limited to 'testing/pylint/APKBUILD')
-rw-r--r-- | testing/pylint/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/pylint/APKBUILD b/testing/pylint/APKBUILD index 0c7ded5631..6e1b2e7279 100644 --- a/testing/pylint/APKBUILD +++ b/testing/pylint/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=pylint -pkgver=1.3.0 +pkgver=1.4.0 pkgrel=0 pkgdesc="Analyzes Python code looking for bugs and signs of poor quality" url="http://pypi.python.org/pypi/pylint" @@ -12,7 +12,7 @@ depends_dev="" makedepends="python-dev py-setuptools py-astroid" install="" subpackages="$pkgname-doc" -source="http://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.zip" +source="http://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz" _builddir="$srcdir"/$pkgname-$pkgver build() { @@ -31,6 +31,6 @@ doc() { mv "$_builddir"/man/*.1 "$subpkgdir"/usr/share/man/man1/ || return 1 } -md5sums="ecfcddf4238fd9b20e80054e3232081e pylint-1.3.0.zip" -sha256sums="428fad302eacadec979d267df1ba55047d997a99b26d69624964d2b7412d09be pylint-1.3.0.zip" -sha512sums="3274181818b6f8cae6765edaed0d630e88c84b615979c25da2718949fba868d593fa96ff64effdf181c86a71d2f73ab3163bf8835de9cf7e78bb5be6cbf3e641 pylint-1.3.0.zip" +md5sums="c164738f90213981db5d3297a60b4138 pylint-1.4.0.tar.gz" +sha256sums="816646b9d5fd0c33f9e3b009953c46727d22bec3e880712d69b39b1b630fa3ca pylint-1.4.0.tar.gz" +sha512sums="b221390076c337a9ef14ef848cfa911f4d0217d7a39a0b0ebc2b556974a33d44381e15746c117ef4b7dcd87acca45f07894aa2db4cf3fe2b70228d570b89725c pylint-1.4.0.tar.gz" |