diff --git a/community/rustypaste-cli/APKBUILD b/community/rustypaste-cli/APKBUILD index 31a82f477fa0640ad0b9cc088447a32e4bcf6797..c6f95526a244beda5e7afa36aa6f93b799fff075 100644 --- a/community/rustypaste-cli/APKBUILD +++ b/community/rustypaste-cli/APKBUILD @@ -5,9 +5,8 @@ pkgver=0.9.1 pkgrel=0 pkgdesc="CLI tool for rustypaste" url="https://github.com/orhun/rustypaste-cli" -# s390x, ppc64le, riscv64: blocked by ring crate # loongarch64: blocked by libc crate -arch="all !s390x !ppc64le !riscv64 !loongarch64" +arch="all !loongarch64" license="MIT" makedepends="cargo cargo-auditable" subpackages="$pkgname-doc"