aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGene Carlson <kvngncrlsn@gmail.com>2024-09-22 03:49:38 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-09-27 23:12:09 +0700
commit73020d3a3ca7733f8ba80371817a39ca2c121937 (patch)
tree8f51f4c288b5a129007fc9adad62cb8aeaa7d228
parentf09446d39609de761a7ccc7b32021ddd692972a3 (diff)
system/ripgrep: Dependency changed to rust-opt.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/ripgrep/ripgrep.SlackBuild8
-rw-r--r--system/ripgrep/ripgrep.info2
2 files changed, 5 insertions, 5 deletions
diff --git a/system/ripgrep/ripgrep.SlackBuild b/system/ripgrep/ripgrep.SlackBuild
index eb8aad1da2..1875159037 100644
--- a/system/ripgrep/ripgrep.SlackBuild
+++ b/system/ripgrep/ripgrep.SlackBuild
@@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ripgrep
BINNAM=rg
VERSION=${VERSION:-14.1.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -142,11 +142,11 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-export PATH="/opt/rust16/bin:$PATH"
+export PATH="/opt/rust/bin:$PATH"
if [ -z "$LD_LIBRARY_PATH" ]; then
- export LD_LIBRARY_PATH="/opt/rust16/lib$LIBDIRSUFFIX"
+ export LD_LIBRARY_PATH="/opt/rust/lib$LIBDIRSUFFIX"
else
- export LD_LIBRARY_PATH="/opt/rust16/lib$LIBDIRSUFFIX:$LD_LIBRARY_PATH"
+ export LD_LIBRARY_PATH="/opt/rust/lib$LIBDIRSUFFIX:$LD_LIBRARY_PATH"
fi
rm -f .cargo/config.toml
diff --git a/system/ripgrep/ripgrep.info b/system/ripgrep/ripgrep.info
index ba55e34a86..e6a97bf62b 100644
--- a/system/ripgrep/ripgrep.info
+++ b/system/ripgrep/ripgrep.info
@@ -107,6 +107,6 @@ MD5SUM="80fada3fb311956fb0e26f89e8115bf4 \
b95760e9133ba1bb456d0f0cef74c9a4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="rust16"
+REQUIRES="rust-opt"
MAINTAINER="Andrew Clemons"
EMAIL="andrew.clemons@gmail.com"