diff options
Diffstat (limited to 'main/pinentry/APKBUILD')
-rw-r--r-- | main/pinentry/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/pinentry/APKBUILD b/main/pinentry/APKBUILD index 50c85ec6bf..e90b5f46fd 100644 --- a/main/pinentry/APKBUILD +++ b/main/pinentry/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="Collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol" url="http://www.gnupg.org/aegypten2" arch="all" -license="GPL2+" +license="GPL-2.0-or-later" depends="" install="pinentry.post-install pinentry.post-deinstall" makedepends="ncurses-dev libcap-dev gtk+-dev libgpg-error-dev libassuan-dev" |