From 555478395da88f497cd0d80a706650b8e0988ada Mon Sep 17 00:00:00 2001 From: J0WI Date: Fri, 30 Aug 2024 21:35:34 +0200 Subject: [PATCH] testing/openapi-tui: enable s390x, ppc64le and riscv64 s390x depends on linux-headers --- testing/openapi-tui/APKBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/testing/openapi-tui/APKBUILD b/testing/openapi-tui/APKBUILD index c926c472a47..af14f8a42ae 100644 --- a/testing/openapi-tui/APKBUILD +++ b/testing/openapi-tui/APKBUILD @@ -1,15 +1,14 @@ # Maintainer: Willow Barraco pkgname=openapi-tui pkgver=0.9.4 -pkgrel=0 +pkgrel=1 pkgdesc="Terminal UI to list, browse and run APIs defined with openapi spec" url="https://github.com/zaghaghi/openapi-tui" -# rust-ring # loongarch64: blocked by libc crate # armf: doesn't build -arch="all !s390x !ppc64le !riscv64 !armhf !loongarch64" +arch="all !armhf !loongarch64" license="MIT" -makedepends="cargo cargo-auditable perl" +makedepends="cargo cargo-auditable linux-headers perl" source="$pkgname-$pkgver.tar.gz::https://github.com/zaghaghi/openapi-tui/archive/refs/tags/$pkgver.tar.gz" prepare() {