From d6dd1d8a55815c045ad7d16e696939e6d82d21b8 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 20 Sep 2022 15:52:17 +0000 Subject: cecilia5: rebuilt against new wxpython. --- cecilia5/build/cecilia5.SlackBuild | 6 ++++-- 1 file 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 # * Rebuilt against the new Python3.9 in -current. +# 5.4.1-5: 20/sep/2022 by Eric Hameleers +# * 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} -- cgit v1.2.3-65-gdbad