aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/dssim/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/dssim/APKBUILD b/community/dssim/APKBUILD
index d6021bfa9e1..f2d9265fe13 100644
--- a/community/dssim/APKBUILD
+++ b/community/dssim/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Tool for image similarity comparison, simulating human perception"
url="https://kornel.ski/dssim"
arch="all !s390x !mips !mips64" # limited by cargo
-arch="$arch !ppc64le" # Tries to compile mozjpeg-sys with 'with_simd'
+arch="$arch !ppc64le !armv7 !armhf" # Tries to compile mozjpeg-sys with 'with_simd'
license="AGPL-3.0-only"
makedepends="cargo"
source="$pkgname-$pkgver.tar.gz::https://github.com/kornelski/dssim/archive/$pkgver.tar.gz"