summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscour/build/scour.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/scour/build/scour.SlackBuild b/scour/build/scour.SlackBuild
index 1685538a..95f92d8b 100755
--- a/scour/build/scour.SlackBuild
+++ b/scour/build/scour.SlackBuild
@@ -35,6 +35,8 @@
# * Initial build.
# 0.38.2-1: 21/oct/2021 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 0.38.2-2: 05/nov/2021 by Eric Hameleers <alien@slackware.com>
+# * Rebuilt against Python 3.9 in -current.
#
# Run 'sh scour.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -45,7 +47,7 @@
PRGNAM=scour
VERSION=${VERSION:-0.38.2}
SRCVER=${SRCVER:-0.38.2}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}