diff options
Diffstat (limited to 'community/ripgrep')
-rw-r--r-- | community/ripgrep/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ripgrep/APKBUILD b/community/ripgrep/APKBUILD index 22dd2e0d30..07b404eb83 100644 --- a/community/ripgrep/APKBUILD +++ b/community/ripgrep/APKBUILD @@ -5,7 +5,7 @@ pkgver=12.0.1 pkgrel=0 pkgdesc="ripgrep combines the usability of The Silver Searcher with the raw speed of grep" url="https://github.com/BurntSushi/ripgrep" -arch="all !s390x" # limited by cargo +arch="all !s390x !mips !mips64" # limited by cargo license="MIT public-domain" makedepends="cargo asciidoc pcre2-dev" checkdepends="xz" |