diff --git a/testing/halp/APKBUILD b/testing/halp/APKBUILD index e23813b6412..27c41af0f59 100644 --- a/testing/halp/APKBUILD +++ b/testing/halp/APKBUILD @@ -5,8 +5,7 @@ pkgver=0.2.0 pkgrel=0 pkgdesc="A CLI tool to get help with CLI tools" url="https://github.com/orhun/halp" -# s390x, ppc64le, riscv64: blocked by ring crate -arch="all !s390x !ppc64le !riscv64" +arch="all" license="MIT OR Apache-2.0" makedepends="cargo cargo-auditable" checkdepends="util-linux"