diff options
Diffstat (limited to 'testing/botan')
-rw-r--r-- | testing/botan/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/botan/APKBUILD b/testing/botan/APKBUILD index c87dc3b9a1..fc3ec34c7c 100644 --- a/testing/botan/APKBUILD +++ b/testing/botan/APKBUILD @@ -6,7 +6,7 @@ pkgver=2.5.0 pkgrel=0 pkgdesc="Crypto and TLS for C++11" url="https://botan.randombit.net/" -arch="all" +arch="all !armhf" license="BSD-2-Clause" depends="" depends_dev="boost-dev bzip2-dev libressl-dev sqlite-dev xz-dev zlib-dev" |