summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xguitarix/build/guitarix.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/guitarix/build/guitarix.SlackBuild b/guitarix/build/guitarix.SlackBuild
index c21875a6..697b0d17 100755
--- a/guitarix/build/guitarix.SlackBuild
+++ b/guitarix/build/guitarix.SlackBuild
@@ -43,6 +43,8 @@
# * Update. Use faust.
# 0.42.1-1: 08/jan/2021 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 0.42.1-2: 01/nov/2021 by Eric Hameleers <alien@slackware.com>
+# * Rebuilt against new icu4c.
#
# Run 'sh guitarix.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=guitarix
VERSION=${VERSION:-0.42.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}