diff options
-rw-r--r-- | community/zstd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/zstd/APKBUILD b/community/zstd/APKBUILD index af9b91aec6..b0365d6e2f 100644 --- a/community/zstd/APKBUILD +++ b/community/zstd/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.3.0 pkgrel=0 pkgdesc="Zstandard - Fast real-time compression algorithm" url="http://www.zstd.net" -arch="all" +arch="all !armhf !ppc64le" license="BSD" checkdepends="file" subpackages="$pkgname-dev $pkgname-doc" |