summaryrefslogtreecommitdiffstats
path: root/protobuf
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-11-05 13:03:10 +0000
committer Eric Hameleers <alien@slackware.com>2021-11-05 13:03:10 +0000
commit10254d19156e96bbea9c29af9a7ca4d0a77a36d5 (patch)
tree09990c37ea0db1c0572568a6df0917f9d88942a8 /protobuf
parent27cbd5faf840a374d953d2448d5b41e531c50b48 (diff)
downloadasb-10254d19156e96bbea9c29af9a7ca4d0a77a36d5.tar.gz
asb-10254d19156e96bbea9c29af9a7ca4d0a77a36d5.tar.xz
protobuf: rebuilt against rolled-back Python 3.9
Diffstat (limited to 'protobuf')
-rwxr-xr-xprotobuf/build/protobuf.SlackBuild4
1 files changed, 3 insertions, 1 deletions
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 <alien@slackware.com>
# * Update.
+# 3.18.1-2: 05/nov/2021 by Eric Hameleers <alien@slackware.com>
+# * 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}