From 10254d19156e96bbea9c29af9a7ca4d0a77a36d5 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 5 Nov 2021 13:03:10 +0000 Subject: protobuf: rebuilt against rolled-back Python 3.9 --- protobuf/build/protobuf.SlackBuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/protobuf/build/protobuf.SlackBuild b/protobuf/build/protobuf.SlackBuild index a0257450..6b6ff018 100755 --- a/protobuf/build/protobuf.SlackBuild +++ b/protobuf/build/protobuf.SlackBuild @@ -38,6 +38,8 @@ # * Update. Python setuptools are part of Slackware. # 3.18.1-1: 25/oct/2021 by Eric Hameleers # * Update. +# 3.18.1-2: 05/nov/2021 by Eric Hameleers +# * Rebuilt against rolled-back Python 3.9. # # Run 'sh protobuf.SlackBuild' to build a Slackware package. # The package (.txz) and .txt file as well as build logs are created in /tmp . @@ -47,7 +49,7 @@ PRGNAM=protobuf VERSION=${VERSION:-3.18.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} NUMJOBS=${NUMJOBS:-" -j$(nproc) "} TAG=${TAG:-alien} -- cgit v1.2.3-65-gdbad