summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Erich Ritz <erich.public@protonmail.com>2024-03-30 09:02:23 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-03-30 23:23:38 +0700
commit3c8a79ff08d2c1f81946f1e81cc55c01a6a9514e (patch)
treed2eb3418c79c46858e7e9c828b25426259548a1a
parent86f57377f55c3dec32afd350fb2ee48eb6fe7c0f (diff)
downloadslackbuilds-3c8a79ff0.tar.gz
slackbuilds-3c8a79ff0.tar.xz
system/dust: Fix build for -current.
Signed-off-by: Erich Ritz <erich.public@protonmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/dust/dust.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/dust/dust.SlackBuild b/system/dust/dust.SlackBuild
index f4684e76c3..e097215ed8 100644
--- a/system/dust/dust.SlackBuild
+++ b/system/dust/dust.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=dust
VERSION=${VERSION:-1.0.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -141,7 +141,7 @@ mkdir vendor
printf ' "package": "%s"' "$cksum"
printf "}\n"
- } | python -c "import sys, json; data = sys.stdin.read(); print json.dumps(json.loads(data), sort_keys=True, indent=4, separators=(',', ' : '))" > $dep-$ver/.cargo-checksum.json
+ } | python3 -c "import sys, json; data = sys.stdin.read(); print (json.dumps(json.loads(data), sort_keys=True, indent=4, separators=(',', ' : ')))" > $dep-$ver/.cargo-checksum.json
done
)