aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/cbindgen/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/cbindgen/APKBUILD b/community/cbindgen/APKBUILD
index 44e9202088..978d103a1c 100644
--- a/community/cbindgen/APKBUILD
+++ b/community/cbindgen/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.9.0
pkgrel=1
pkgdesc="Tool to generate C bindings from Rust code"
url="https://github.com/eqrion/cbindgen"
-arch="x86_64" # Limited by cargo
+arch="x86_64 armhf armv7" # Limited by cargo
license="MPL-2.0"
makedepends="cargo"
source="$pkgname-$pkgver.tar.gz::https://github.com/eqrion/cbindgen/archive/v${pkgver}.tar.gz"