aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pylint/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/pylint/APKBUILD')
-rw-r--r--testing/pylint/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pylint/APKBUILD b/testing/pylint/APKBUILD
index 541bb2011d..89a2ab0d9a 100644
--- a/testing/pylint/APKBUILD
+++ b/testing/pylint/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
url="http://pypi.python.org/pypi/pylint"
arch="noarch"
-license="GPL2+"
+license="GPL-2.0-or-later"
depends="py-mccabe py-six py-isort py-astroid"
makedepends="python2-dev python3-dev py-setuptools"
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"