diff options
Diffstat (limited to 'community/libftdi1')
-rw-r--r-- | community/libftdi1/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libftdi1/APKBUILD b/community/libftdi1/APKBUILD index 7cdbd0628c..5754d61792 100644 --- a/community/libftdi1/APKBUILD +++ b/community/libftdi1/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="A library to talk to FTDI chips" url="https://www.intra2net.com/en/developer/libftdi/download.php" arch="all" -license="LGPL2, GPL2" +license="LGPL-2.0 GPL-2.0" makedepends="cmake doxygen swig libusb-dev" subpackages="$pkgname-dev $pkgname-doc" install="$pkgname.pre-install $pkgname.post-upgrade" |