diff options
-rw-r--r-- | testing/pwsafe/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pwsafe/APKBUILD b/testing/pwsafe/APKBUILD index 91f459bca7..c4a7353b6e 100644 --- a/testing/pwsafe/APKBUILD +++ b/testing/pwsafe/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.2.0 pkgrel=1 pkgdesc="Password database" url="http://nsd.dyndns.org/pwsafe/" -arch="all" +arch="all !aarch64" license="GPL2" makedepends="ncurses-dev openssl-dev readline-dev" subpackages="$pkgname-doc" |