summaryrefslogtreecommitdiffstats
path: root/scour
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-11-05 17:52:50 +0000
committer Eric Hameleers <alien@slackware.com>2021-11-05 17:52:50 +0000
commit86985db52a4a007ca5c905d7c1dc76ca622aa072 (patch)
tree4c6cd6890aec09e5d346a5db100a6de4ec2ae3d1 /scour
parent6522ef0dd2d7e4192566664b0cde77cdb4eee085 (diff)
downloadasb-86985db52a4a007ca5c905d7c1dc76ca622aa072.tar.gz
asb-86985db52a4a007ca5c905d7c1dc76ca622aa072.tar.xz
scour: rebuilt against Python 3.9 in -current
Diffstat (limited to 'scour')
-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}