summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-11-05 16:25:02 +0000
committer Eric Hameleers <alien@slackware.com>2021-11-05 16:25:02 +0000
commit835fc57504194561135938008c1c048ab514dbf4 (patch)
tree28f716d823b32c0cd36b2ff2e12a1110ffa321ed
parent27852a4c5f8dddcc9aa7c967b04262af41c4e749 (diff)
downloadasb-835fc57504194561135938008c1c048ab514dbf4.tar.gz
asb-835fc57504194561135938008c1c048ab514dbf4.tar.xz
wxpython: rebuilt against Python 3.9
-rwxr-xr-xwxpython/build/wxpython.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/wxpython/build/wxpython.SlackBuild b/wxpython/build/wxpython.SlackBuild
index 1c376ca6..bbed4955 100755
--- a/wxpython/build/wxpython.SlackBuild
+++ b/wxpython/build/wxpython.SlackBuild
@@ -37,6 +37,8 @@
# * Update.
# 4.1.1-1: 26/oct/2021 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 4.1.1-2: 05/nov/2021 by Eric Hameleers <alien@slackware.com>
+# * Rebuilt against Python 3.9.
#
# Run 'sh wxpython.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -48,7 +50,7 @@ PRGNAM=wxpython
SRCNAM=wxPython
VERSION=${VERSION:-4.1.1}
EXTRAV=${EXTRAV:-""}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}