aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorMinecrell <minecrell@minecrell.net>2020-01-19 17:41:02 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-19 18:47:46 +0100
commitb62e4609311bccdb8b5be0fb93135e54dc234008 (patch)
tree49bfd817d2582aa56a3217f9c97f46f7488d1ec6 /community
parentde4a5e159f9d7deeaca09dba86e1049e15aa0f35 (diff)
community/ripgrep: Enable aarch64 and ppc64le
Diffstat (limited to 'community')
-rw-r--r--community/ripgrep/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ripgrep/APKBUILD b/community/ripgrep/APKBUILD
index 2fc5fb7986c..ebdc6aff28c 100644
--- a/community/ripgrep/APKBUILD
+++ b/community/ripgrep/APKBUILD
@@ -5,7 +5,7 @@ pkgver=11.0.2
pkgrel=0
pkgdesc="ripgrep combines the usability of The Silver Searcher with the raw speed of grep"
url="https://github.com/BurntSushi/ripgrep"
-arch="x86_64 armhf armv7" # limited by cargo pkg
+arch="all !x86 !s390x" # limited by cargo, build fails on x86
license="MIT public-domain"
makedepends="cargo asciidoc pcre2-dev"
checkdepends="xz"