diff options
Diffstat (limited to 'community/diff-pdf')
-rw-r--r-- | community/diff-pdf/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/diff-pdf/APKBUILD b/community/diff-pdf/APKBUILD index 4cb28f10b8..430676e963 100644 --- a/community/diff-pdf/APKBUILD +++ b/community/diff-pdf/APKBUILD @@ -8,7 +8,7 @@ pkgrel=0 pkgdesc="A simple tool for visually comparing two PDF files" url="https://vslavik.github.io/diff-pdf/" arch="all" -license="GPL2" +license="GPL-2.0" makedepends="autoconf automake cairo-dev poppler-dev wxgtk-dev" source="$pkgname-$_gitrev.tar.gz::https://github.com/vslavik/$pkgname/archive/$_gitrev.tar.gz" builddir="$srcdir/$pkgname-$_gitrev" |