From 86985db52a4a007ca5c905d7c1dc76ca622aa072 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 5 Nov 2021 17:52:50 +0000 Subject: scour: rebuilt against Python 3.9 in -current --- scour/build/scour.SlackBuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scour') 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 # * Update. +# 0.38.2-2: 05/nov/2021 by Eric Hameleers +# * 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} -- cgit v1.2.3