diff options
Diffstat (limited to 'testing/xh/APKBUILD')
-rw-r--r-- | testing/xh/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/xh/APKBUILD b/testing/xh/APKBUILD index c3028958f55..43011972376 100644 --- a/testing/xh/APKBUILD +++ b/testing/xh/APKBUILD @@ -4,14 +4,14 @@ # TODO: Link with system-provided openssl library. pkgname=xh pkgver=0.16.1 -pkgrel=0 +pkgrel=1 pkgdesc="Yet another HTTPie clone" url="https://github.com/ducaale/xh" # ppc64le fails to build # others are blocked by rust/cargo arch="aarch64 armhf armv7 x86 x86_64" license="MIT" -checkdepends="curl-dev openssl-dev" +checkdepends="curl-dev openssl-dev>3" makedepends="cargo oniguruma-dev zlib-dev" subpackages=" $pkgname-doc |