diff options
Diffstat (limited to 'testing/py-stdnum/APKBUILD')
-rw-r--r-- | testing/py-stdnum/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-stdnum/APKBUILD b/testing/py-stdnum/APKBUILD index 7f6b30a30b0..5481ee676b8 100644 --- a/testing/py-stdnum/APKBUILD +++ b/testing/py-stdnum/APKBUILD @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="A Python module to handle standardized numbers and codes" url="http://arthurdejong.org/python-stdnum/" arch="noarch" -license="LGPL2+" +license="LGPL-2.0-or-later" makedepends="python2-dev py-setuptools python3-dev" subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" source="https://arthurdejong.org/python-stdnum/$_pkgname-$pkgver.tar.gz" |