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() {