summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-09-20 15:52:17 +0000
committer Eric Hameleers <alien@slackware.com>2022-09-20 15:52:17 +0000
commitd6dd1d8a55815c045ad7d16e696939e6d82d21b8 (patch)
tree08bf1c033393dbac0cec74af116edbdfe7d614ec
parenta95bd703ac464e7c5cf795b9b53f8f785525c768 (diff)
downloadasb-d6dd1d8a55815c045ad7d16e696939e6d82d21b8.tar.gz
asb-d6dd1d8a55815c045ad7d16e696939e6d82d21b8.tar.xz
cecilia5: rebuilt against new wxpython.
-rwxr-xr-xcecilia5/build/cecilia5.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/cecilia5/build/cecilia5.SlackBuild b/cecilia5/build/cecilia5.SlackBuild
index 9cac61be..891d0fad 100755
--- a/cecilia5/build/cecilia5.SlackBuild
+++ b/cecilia5/build/cecilia5.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2020, 2021 Eric Hameleers, Eindhoven, NL
+# Copyright 2020, 2021, 2022 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -42,6 +42,8 @@
# * Rebuilt against the new Python3.10 in -current.
# 5.4.1-4: 05/nov/2021 by Eric Hameleers <alien@slackware.com>
# * Rebuilt against the new Python3.9 in -current.
+# 5.4.1-5: 20/sep/2022 by Eric Hameleers <alien@slackware.com>
+# * Rebuilt against new wxpython.
#
# Run 'sh cecilia5.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -52,7 +54,7 @@
PRGNAM=cecilia5
SRCNAM=Cecilia5
VERSION=${VERSION:-5.4.1}
-BUILD=${BUILD:-4}
+BUILD=${BUILD:-5}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}