community/rustypaste-cli: enable all platforms

This commit is contained in:
J0WI 2024-08-15 00:24:50 +02:00 committed by J0WI
parent afddb9abfd
commit 41a565c207

View File

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