summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-12-11 08:31:57 +0000
committer Eric Hameleers <alien@slackware.com>2020-12-11 08:31:57 +0000
commita1025c6552779ea8e9802556ebb46a62eaa58689 (patch)
tree788ce6d9a6f0a81a5b80d0540a64ced497ac14e4
parentd00768515793331c18d4d3f4e3c8fd267e415fc2 (diff)
downloadasb-a1025c6552779ea8e9802556ebb46a62eaa58689.tar.gz
asb-a1025c6552779ea8e9802556ebb46a62eaa58689.tar.xz
ardour: rebuilt (just to be safe) against the "Big Merge" update of 7-dec-20
-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 220308af..f6925924 100755
--- a/ardour/build/ardour.SlackBuild
+++ b/ardour/build/ardour.SlackBuild
@@ -46,6 +46,8 @@
# * Added X-DAW category to the desktop file.
# 6.5-1: 27/nov/2020 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 6.5-2: 10/dec/2020 by Eric Hameleers <alien@slackware.com>
+# * Rebuilt against the "Big Merge" of Plasma5.
#
# 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 .
@@ -55,7 +57,7 @@
PRGNAM=ardour
VERSION=${VERSION:-6.5}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}
PKGTYPE="txz"