diff options
author | Ćukasz Jendrysik <scadu@yandex.com> | 2017-02-16 21:40:11 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-02-18 16:32:26 +0100 |
commit | eba66015c4af457712c4d9ebfa3046b6e7616413 (patch) | |
tree | 65496dc013d9a3f23e4a9639f67c055f46ed8a0a | |
parent | bb6ac409b264cc41e9682e6733f2ca5ac72e083f (diff) | |
download | aports-eba66015c4af457712c4d9ebfa3046b6e7616413.tar.bz2 aports-eba66015c4af457712c4d9ebfa3046b6e7616413.tar.xz |
testing/pylint: rebuild against new version of python3
-rw-r--r-- | testing/pylint/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pylint/APKBUILD b/testing/pylint/APKBUILD index e3b373eaec..8496a9cbbb 100644 --- a/testing/pylint/APKBUILD +++ b/testing/pylint/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=pylint pkgver=1.6.4 -pkgrel=0 +pkgrel=1 pkgdesc="Analyzes Python code looking for bugs and signs of poor quality" url="http://pypi.python.org/pypi/pylint" arch="noarch" |