summaryrefslogtreecommitdiffstats
path: root/ardour
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-10-09 12:34:06 +0000
committer Eric Hameleers <alien@slackware.com>2020-10-09 12:34:06 +0000
commit709f2d59321cd77ffd8c0174d718a53ad631c3f3 (patch)
treeccda4065e9ff52a5353cfa59de98b75778bb777c /ardour
parentbd7a9da84c434e3913193f98fcfd704712ae24e6 (diff)
downloadasb-709f2d59321cd77ffd8c0174d718a53ad631c3f3.tar.gz
asb-709f2d59321cd77ffd8c0174d718a53ad631c3f3.tar.xz
ardour: bumped the BUILD number
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 34cd2fce..72550ad8 100755
--- a/ardour/build/ardour.SlackBuild
+++ b/ardour/build/ardour.SlackBuild
@@ -42,6 +42,8 @@
# * Update.
# 6.3-1: 08/sep/2020 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 6.3-2: 09/oct/2020 by Eric Hameleers <alien@slackware.com>
+# * Added X-DAW category to the desktop file.
#
# 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 .
@@ -51,7 +53,7 @@
PRGNAM=ardour
VERSION=${VERSION:-6.3}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}
PKGTYPE="txz"