community/cbindgen: enable on arches supported by rust >= 1.37.0-r0

This commit is contained in:
Leo 2019-08-30 07:24:52 -03:00
parent b9bc6be651
commit 96223ebf2b

View File

@ -5,7 +5,7 @@ pkgver=0.9.1
pkgrel=0
pkgdesc="Tool to generate C bindings from Rust code"
url="https://github.com/eqrion/cbindgen"
arch="x86_64 armhf armv7" # Limited by cargo
arch="x86_64 armv7 armhf aarch64 x86" # Limited by cargo
license="MPL-2.0"
makedepends="cargo"
source="$pkgname-$pkgver.tar.gz::https://github.com/eqrion/cbindgen/archive/v$pkgver.tar.gz"