diff options
Diffstat (limited to 'testing/libspiro/APKBUILD')
-rw-r--r-- | testing/libspiro/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libspiro/APKBUILD b/testing/libspiro/APKBUILD index 7c74f960b8..f392274e2a 100644 --- a/testing/libspiro/APKBUILD +++ b/testing/libspiro/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="Spiro is the creation of Raph Levien. It simplifies the drawing of beautiful curves." url="https://github.com/fontforge/libspiro" arch="all" -license="GPLv3" +license="GPL-3.0" source="https://github.com/fontforge/$pkgname/releases/download/$pkgver/$pkgname-dist-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" makedepends="autoconf automake libtool" |