summaryrefslogtreecommitdiffstats
path: root/source/d
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-02-19 20:53:50 +0000
committer Eric Hameleers <alien@slackware.com>2021-02-20 08:59:50 +0100
commit782ab7566ebf43eb6feeedace1c58e6632f37e10 (patch)
tree60111bab7fbd4e32c69f6049ae8c78ceb4aba782 /source/d
parentee1a7d961cd6886f9beadcf29069ecdf36113168 (diff)
downloadcurrent-782ab7566ebf43eb6feeedace1c58e6632f37e10.tar.gz
current-782ab7566ebf43eb6feeedace1c58e6632f37e10.tar.xz
Fri Feb 19 20:53:50 UTC 202120210219205350
d/autoconf-archive-2021.02.19-noarch-1.txz: Upgraded. d/python3-3.9.2-x86_64-1.txz: Upgraded. kde/libksysguard-5.21.0-x86_64-2.txz: Rebuilt. Patched to fix crash without systemd. Thanks to LuckyCyborg. l/imagemagick-7.0.11_0-x86_64-1.txz: Upgraded. extra/php8/php8-8.0.2-x86_64-1.txz: Added.
Diffstat (limited to 'source/d')
-rwxr-xr-xsource/d/autoconf-archive/autoconf-archive.SlackBuild2
-rwxr-xr-xsource/d/python3/python3.SlackBuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/d/autoconf-archive/autoconf-archive.SlackBuild b/source/d/autoconf-archive/autoconf-archive.SlackBuild
index 1698add6d..3a42c57d3 100755
--- a/source/d/autoconf-archive/autoconf-archive.SlackBuild
+++ b/source/d/autoconf-archive/autoconf-archive.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=autoconf-archive
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/d/python3/python3.SlackBuild b/source/d/python3/python3.SlackBuild
index 2e1d59b3c..c437325c4 100755
--- a/source/d/python3/python3.SlackBuild
+++ b/source/d/python3/python3.SlackBuild
@@ -29,7 +29,7 @@ PKGNAM=python3
SRCNAM=Python
VERSION=$(echo $SRCNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)
BRANCH_VERSION=$(echo $VERSION | cut -f 1,2 -d . )
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}