diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2018-09-07 08:21:17 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-09-08 08:37:55 +0700 |
commit | 814d4e85c9c1291d7dcfb981a97a3a1c6f000e81 (patch) | |
tree | 61113dfd919b459e81eb8578fdfbdc5923c7b451 | |
parent | a414c15021f22bd8af293ebab45e27c55515d10f (diff) | |
download | slackbuilds-814d4e85c9c1291d7dcfb981a97a3a1c6f000e81.tar.gz |
system/ripgrep: Update REQUIRES.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
-rw-r--r-- | system/ripgrep/README | 3 | ||||
-rw-r--r-- | system/ripgrep/ripgrep.info | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/system/ripgrep/README b/system/ripgrep/README index 3a383d5a18..d213153d90 100644 --- a/system/ripgrep/README +++ b/system/ripgrep/README @@ -2,6 +2,3 @@ ripgrep - line oriented search tool ripgrep is a line oriented search tool that combines the usability of The Silver Searcher (similar to ack) with the raw speed of GNU grep. - -Note: -rust is required for building ripgrep, but it not needed at runtime. diff --git a/system/ripgrep/ripgrep.info b/system/ripgrep/ripgrep.info index 19b2b96b32..da0d20bda7 100644 --- a/system/ripgrep/ripgrep.info +++ b/system/ripgrep/ripgrep.info @@ -93,6 +93,6 @@ MD5SUM="242e4f9cff890b8e4d701a41012092e4 \ e1ad2cac0022238e2be7ad05afd3f58e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="rust" +REQUIRES="" MAINTAINER="Andrew Clemons" EMAIL="andrew.clemons@gmail.com" |