diff options
Diffstat (limited to 'main/py-phonenumbers/APKBUILD')
-rw-r--r-- | main/py-phonenumbers/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py-phonenumbers/APKBUILD b/main/py-phonenumbers/APKBUILD index 8662b149707..d29385e91ad 100644 --- a/main/py-phonenumbers/APKBUILD +++ b/main/py-phonenumbers/APKBUILD @@ -7,7 +7,7 @@ pkgrel=0 pkgdesc="International phone number library for Python" url="https://github.com/daviddrysdale/python-phonenumbers" arch="noarch" -license="ASL 2.0" +license="Apache-2.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" |