aboutsummaryrefslogtreecommitdiffstats
path: root/community/cbindgen
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2019-08-13 14:48:03 +0200
committerprspkt <prspkt@protonmail.com>2019-08-13 22:16:06 +0300
commitc98f545cc70b08a8d653579aa5200aa0a9f2b83b (patch)
tree8d36fc78c334c6bbc868e18e738d6780c0aa27f2 /community/cbindgen
parentb19fef45dc12c9bca392df28f2afdee76cc6915a (diff)
downloadaports-c98f545cc70b08a8d653579aa5200aa0a9f2b83b.tar.bz2
aports-c98f545cc70b08a8d653579aa5200aa0a9f2b83b.tar.xz
community/cbindgen: enable on armhf and armv7
Diffstat (limited to 'community/cbindgen')
-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"