diff options
Diffstat (limited to 'testing/fontforge/APKBUILD')
-rw-r--r-- | testing/fontforge/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/fontforge/APKBUILD b/testing/fontforge/APKBUILD index 1194fc1c31..0e0c8391e7 100644 --- a/testing/fontforge/APKBUILD +++ b/testing/fontforge/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="FontForge is a free (libre) font editor for Windows, Mac OS X and GNU+Linux." url="https://github.com/fontforge/fontforge" arch="all" -license="GPLv3" +license="GPL-3.0" source="https://github.com/fontforge/$pkgname/releases/download/$pkgver/$pkgname-dist-$pkgver.tar.xz" builddir="$srcdir/$pkgname-2.0.$pkgver" makedepends="autoconf automake libtool jpeg-dev tiff-dev libpng-dev giflib-dev libxt-dev freetype-dev libltdl libxml2-dev libuninameslist-dev libspiro-dev python-dev pango-dev cairo-dev coreutils" |