diff options
Diffstat (limited to 'main/py-bluez/APKBUILD')
-rw-r--r-- | main/py-bluez/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py-bluez/APKBUILD b/main/py-bluez/APKBUILD index 43c0c6f83c3..f1500fc3046 100644 --- a/main/py-bluez/APKBUILD +++ b/main/py-bluez/APKBUILD @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="Python API for the BlueZ bluetooth stack" url="http://karulis.github.io/pybluez/" arch="all" -license="GPL2" +license="GPL-2.0" depends="" makedepends="python2-dev python3-dev py-setuptools bluez-dev" subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" |