diff options
Diffstat (limited to 'testing/py-barcodenumber/APKBUILD')
-rw-r--r-- | testing/py-barcodenumber/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-barcodenumber/APKBUILD b/testing/py-barcodenumber/APKBUILD index 457f79455b..2c6bb21617 100644 --- a/testing/py-barcodenumber/APKBUILD +++ b/testing/py-barcodenumber/APKBUILD @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="A Python module to validate product codes" url="https://bitbucket.org/zikzakmedia/python-barcodenumber" arch="noarch" -license="GPL3" +license="GPL-3.0" 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" |