diff options
Diffstat (limited to 'community/py-udev/APKBUILD')
-rw-r--r-- | community/py-udev/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-udev/APKBUILD b/community/py-udev/APKBUILD index aa3bbdb91b..e069114cd9 100644 --- a/community/py-udev/APKBUILD +++ b/community/py-udev/APKBUILD @@ -5,7 +5,7 @@ pkgrel=1 pkgdesc="Python bindings to libudev" url="http://pyudev.readthedocs.org" arch="noarch" -license="LGPLv2.1" +license="LGPL-2.1" depends="eudev py-six" makedepends="python2-dev python3-dev py-setuptools" install="" |