diff options
Diffstat (limited to 'testing/py-banknumber/APKBUILD')
-rw-r--r-- | testing/py-banknumber/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-banknumber/APKBUILD b/testing/py-banknumber/APKBUILD index b4c6a007361..6b5bb9515b0 100644 --- a/testing/py-banknumber/APKBUILD +++ b/testing/py-banknumber/APKBUILD @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="A Python module to validate Bank codes" url="https://bitbucket.org/zikzakmedia/python-banknumber" arch="noarch" -license="GPL3+" +license="GPL-3.0-or-later" makedepends="python2-dev python3-dev py-setuptools" subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" |