From b1c738a7797ef423ec734eda5d7bd87ed044b654 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 4 Mar 2014 09:45:49 +0000 Subject: testing/pylint: upgrade to 1.1.0 --- testing/pylint/APKBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'testing') diff --git a/testing/pylint/APKBUILD b/testing/pylint/APKBUILD index 8fcc7ad07..e4312c814 100644 --- a/testing/pylint/APKBUILD +++ b/testing/pylint/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Fabian Affolter # Maintainer: Fabian Affolter pkgname=pylint -pkgver=1.0.0 -pkgrel=1 +pkgver=1.1.0 +pkgrel=0 pkgdesc="Analyzes Python code looking for bugs and signs of poor quality" url="http://pypi.python.org/pypi/pylint" arch="noarch" @@ -12,9 +12,9 @@ depends_dev="" makedepends="python-dev py-setuptools py-astroid" install="" subpackages="$pkgname-doc" -source="http://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz" -_builddir="$srcdir"/$pkgname-$pkgver +source="http://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz" +_builddir="$srcdir"/$pkgname-$pkgver build() { cd "$_builddir" python setup.py build || return 1 @@ -31,6 +31,6 @@ doc() { mv "$_builddir"/man/*.1 "$subpkgdir"/usr/share/man/man1/ || return 1 } -md5sums="082b84db04e92f58bba6331060397b05 pylint-1.0.0.tar.gz" -sha256sums="c28f22ef0e3d39a7cac8d2110f8e680e8b44123050ffd5b352d77c081237cb59 pylint-1.0.0.tar.gz" -sha512sums="0af6f49d70dcc46414d36c630c4dbce2dd46b36ed0032ccc3d7862da8f068cbb98593cd183ba0575529192ef42b35b714be89c6e4358fa02e3ad7118ab720598 pylint-1.0.0.tar.gz" +md5sums="017299b5911838a9347a71de5f946afc pylint-1.1.0.tar.gz" +sha256sums="8a92f0067213dd2bdcc793f838637a7d797918b01898ef8624213e93364759b1 pylint-1.1.0.tar.gz" +sha512sums="e69c2b76bb9503e624142c907debe2e858048f80a35636d335286d02c9e2dc23728d178827c1d04c606c697838ddac3d98ce076e937bde44d9c8f11fc3d11497 pylint-1.1.0.tar.gz" -- cgit v1.2.3