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 8927bed669..7dfd68471b 100644 --- a/main/pinentry/APKBUILD +++ b/main/pinentry/APKBUILD @@ -4,7 +4,7 @@ pkgver=0.8.0 pkgrel=1 pkgdesc="Collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol" url="http://www.gnupg.org/aegypten2" -arch="x86 x86_64" +arch="all" license="GPL-2" depends= install="pinentry.post-install pinentry.post-deinstall" |