diff options
Diffstat (limited to 'testing/libuninameslist/APKBUILD')
-rw-r--r-- | testing/libuninameslist/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libuninameslist/APKBUILD b/testing/libuninameslist/APKBUILD index 7ea628b4d38..2dbdce27744 100644 --- a/testing/libuninameslist/APKBUILD +++ b/testing/libuninameslist/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="A Library of Unicode names and annotation data" url="https://github.com/fontforge/libuninameslist" arch="all" -license="BSD3" +license="BSD-3-Clause" source="https://github.com/fontforge/$pkgname/releases/download/$pkgver/$pkgname-dist-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" makedepends="autoconf automake libtool" |