aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/helvum/helvum.SlackBuild8
-rw-r--r--system/helvum/helvum.info2
2 files changed, 5 insertions, 5 deletions
diff --git a/system/helvum/helvum.SlackBuild b/system/helvum/helvum.SlackBuild
index 693a3a80a3..d097242931 100644
--- a/system/helvum/helvum.SlackBuild
+++ b/system/helvum/helvum.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=helvum
VERSION=${VERSION:-0.4.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -83,11 +83,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
diff --git a/system/helvum/helvum.info b/system/helvum/helvum.info
index 7ca4bedf77..7f82bf14db 100644
--- a/system/helvum/helvum.info
+++ b/system/helvum/helvum.info
@@ -239,6 +239,6 @@ f2ffcbe94a83f2437ffe47d7dbf4ad04 \
e522898b2cb1fd23af2695324b3a5c78"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="rust16"
+REQUIRES="rust-opt"
MAINTAINER="Lockywolf"
EMAIL="for_sbo.helvum_2023-09-23@lockywolf.net"