aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-08-04 18:23:25 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-08-04 18:23:25 +0000
commit5853296a4acef33d329c410b67194810557fdf61 (patch)
tree0c858322c301e4875a0a95b5260a0680d730f25f /testing
parent6f53573028bc55ad7a7da8ffe5536e435db8551c (diff)
downloadaports-5853296a4acef33d329c410b67194810557fdf61.tar.bz2
aports-5853296a4acef33d329c410b67194810557fdf61.tar.xz
testing/shellcheck: limit to x86_64
Diffstat (limited to 'testing')
-rw-r--r--testing/shellcheck/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/shellcheck/APKBUILD b/testing/shellcheck/APKBUILD
index 43279fc83c..8d978522af 100644
--- a/testing/shellcheck/APKBUILD
+++ b/testing/shellcheck/APKBUILD
@@ -4,7 +4,7 @@ pkgver=0.6.0
pkgrel=0
pkgdesc="a static analysis tool for shell scripts"
url="https://github.com/koalaman/shellcheck"
-arch="all"
+arch="x86_64" # Limited by GHC / Cabal
license="GPL-3.0"
makedepends="cabal ghc"
subpackages="$pkgname-doc"