summaryrefslogtreecommitdiffstats
path: root/ardour
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-10-31 22:23:22 +0000
committer Eric Hameleers <alien@slackware.com>2021-10-31 22:23:22 +0000
commit659714f1895cfcad5bddd17b83d23981812f06b2 (patch)
treeecdb23688a0a763b571a45c8e52ef9ea7ecdc866 /ardour
parent6c563a3be813c4e75a9a2528bcbc51760daf44a3 (diff)
downloadasb-659714f1895cfcad5bddd17b83d23981812f06b2.tar.gz
asb-659714f1895cfcad5bddd17b83d23981812f06b2.tar.xz
ardour: rebuilt against newer icu4c
Diffstat (limited to 'ardour')
-rwxr-xr-xardour/build/ardour.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/ardour/build/ardour.SlackBuild b/ardour/build/ardour.SlackBuild
index a1efdcc6..455697b3 100755
--- a/ardour/build/ardour.SlackBuild
+++ b/ardour/build/ardour.SlackBuild
@@ -56,6 +56,8 @@
# * Update.
# 6.9-1: 17/aug/2021 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 6.9-2: 01/nov/2021 by Eric Hameleers <alien@slackware.com>
+# * Rebuilt against new icu4c.
#
# Run 'sh ardour.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -67,7 +69,7 @@ PRGNAM=ardour
SRCNAM=${PRGNAM^}
VERSION=${VERSION:-6.9.0}
GITTAG=$(echo $VERSION |cut -d. -f1,2)
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}
PKGTYPE="txz"