summaryrefslogtreecommitdiffstats
path: root/ardour/build
diff options
context:
space:
mode:
Diffstat (limited to 'ardour/build')
-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"