testing/rpg-cli: enable on s390x and riscv64

This commit is contained in:
J. Neuschäfer 2025-07-01 03:13:19 +00:00 committed by achill (fossdd)
parent ff5ad3bd17
commit 8bc43d3db0

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Your filesystem as a dungeon!" pkgdesc="Your filesystem as a dungeon!"
url="https://github.com/facundoolano/rpg-cli" url="https://github.com/facundoolano/rpg-cli"
license="MIT" license="MIT"
arch="all !s390x !riscv64" # blocked by rust/cargo arch="all"
makedepends="cargo cargo-auditable" makedepends="cargo cargo-auditable"
source="https://github.com/facundoolano/rpg-cli/archive/$pkgver/rpg-cli-$pkgver.tar.gz" source="https://github.com/facundoolano/rpg-cli/archive/$pkgver/rpg-cli-$pkgver.tar.gz"