From afa7e3c5884b6e72ff5410e2d5a4a3fd786e18a3 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 1 Jan 2020 01:51:29 +0100 Subject: Recompilations caused by the update to Python 3.8 in -current --- deps/python3-random2/python3-random2.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deps/python3-random2') diff --git a/deps/python3-random2/python3-random2.SlackBuild b/deps/python3-random2/python3-random2.SlackBuild index a0debc7..94147f1 100755 --- a/deps/python3-random2/python3-random2.SlackBuild +++ b/deps/python3-random2/python3-random2.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2018 Eric Hameleers, Eindhoven, NL +# Copyright 2018, 2019 Eric Hameleers, Eindhoven, NL # Copyright 2018 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=python3-random2 SRCNAM=random2 VERSION=${VERSION:-1.0.1} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} NUMJOBS=${NUMJOBS:-" -j$(nproc) "} -- cgit v1.2.3