xh: restrict to x86/arm (ring dependency)

This commit is contained in:
q66 2021-11-01 17:30:58 +01:00
parent ab48d1e4f8
commit 4755149d88

View file

@ -2,6 +2,8 @@
pkgname=xh pkgname=xh
version=0.13.0 version=0.13.0
revision=1 revision=1
# depends on ring
archs="x86_64* i686* armv[67]* aarch64*"
build_style=cargo build_style=cargo
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="openssl-devel" makedepends="openssl-devel"