diff options
author | Erich Ritz <erich.public@protonmail.com> | 2024-03-30 09:24:44 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-05 13:07:21 +0700 |
commit | 9b6a3b4a39d1e2040dfcddd98a9423004144acca (patch) | |
tree | b6e65024a95380d6a9667f3c900bc366582088e2 /system | |
parent | 834a3f7c3e273cdd873224e344f27dbc5306cff4 (diff) |
system/system76-power: Fix build for -current.
Signed-off-by: Erich Ritz <erich.public@protonmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/system76-power/system76-power.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/system76-power/system76-power.SlackBuild b/system/system76-power/system76-power.SlackBuild index 23e37ea77deb..ba3303aa2f5c 100644 --- a/system/system76-power/system76-power.SlackBuild +++ b/system/system76-power/system76-power.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for system76-power -# Copyright 2019-2023 Erich Ritz, Jenks, Oklahoma, USA +# Copyright 2019-2024 Erich Ritz, Jenks, Oklahoma, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -35,7 +35,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=system76-power VERSION=${VERSION:-1.1.25_fc8eb49} SRCVER=${SRCVER:-fc8eb49fae5222da56dcfa414ef2b190e9f870c7} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -155,7 +155,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 ) |