diff options
-rw-r--r-- | testing/broot/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/broot/APKBUILD b/testing/broot/APKBUILD index 6fe4b8540e..17966a1748 100644 --- a/testing/broot/APKBUILD +++ b/testing/broot/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.13.0 pkgrel=0 pkgdesc="New way to see and navigate directory trees" url="https://github.com/Canop/broot" -arch="all !s390x" +arch="all !s390x !x86" license="MIT" makedepends="cargo" source="$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/broot/$pkgver/download" |