aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hyperfine
diff options
context:
space:
mode:
Diffstat (limited to 'testing/hyperfine')
-rw-r--r--testing/hyperfine/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/hyperfine/APKBUILD b/testing/hyperfine/APKBUILD
index 5c43f26cb6e..21d52cf4aa6 100644
--- a/testing/hyperfine/APKBUILD
+++ b/testing/hyperfine/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.6.0
pkgrel=0
pkgdesc="Command-line benchmarking tool"
url="https://github.com/sharkdp/hyperfine"
-arch="x86_64" # Limited by cargo
+arch="x86_64 armv7 armhf aarch64 x86" # Limited by cargo
license="Apache-2.0 AND MIT"
makedepends="cargo"
source="$pkgname-$pkgver.tar.gz::https://github.com/sharkdp/hyperfine/archive/v$pkgver.tar.gz"