aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ijq/APKBUILD
diff options
context:
space:
mode:
authorMichał Polański <michal@polanski.me>2021-03-16 23:56:31 +0100
committerLeo <thinkabit.ukim@gmail.com>2021-03-16 23:26:44 +0000
commit5ba537789582fe8866c2727ffb2fee8f23bf4f31 (patch)
treee02fba6d474acd6111c98315ee36a941fdb54734 /testing/ijq/APKBUILD
parent285913536ee72e253b62a82b58fc9862e83e644e (diff)
testing/ijq: enable on mips64
Diffstat (limited to 'testing/ijq/APKBUILD')
-rw-r--r--testing/ijq/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ijq/APKBUILD b/testing/ijq/APKBUILD
index 0a929736af7..a4fc4572492 100644
--- a/testing/ijq/APKBUILD
+++ b/testing/ijq/APKBUILD
@@ -5,8 +5,8 @@ pkgver=0.2.3
pkgrel=1
pkgdesc="Interactive jq tool"
url="https://git.sr.ht/~gpanders/ijq/"
-arch="all !mips64" # no go
license="GPL-3.0-or-later"
+arch="all"
options="!check" # no test suite
depends="jq"
makedepends="go scdoc"