summaryrefslogtreecommitdiffstats
path: root/muse
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-10-29 15:53:12 +0000
committer Eric Hameleers <alien@slackware.com>2020-10-29 15:53:12 +0000
commit8015efc6511af62eb70382ae2e8268591ddf1e94 (patch)
tree9d2c45b8856232d7a52b97484fb2f4a294545889 /muse
parent216464162c271a81adb3b55f2ce225d99c527597 (diff)
downloadasb-8015efc6511af62eb70382ae2e8268591ddf1e94.tar.gz
asb-8015efc6511af62eb70382ae2e8268591ddf1e94.tar.xz
muse: rebuilt against new libpython3.9
Diffstat (limited to 'muse')
-rwxr-xr-xmuse/build/muse.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/muse/build/muse.SlackBuild b/muse/build/muse.SlackBuild
index fea44c44..c01aedb6 100755
--- a/muse/build/muse.SlackBuild
+++ b/muse/build/muse.SlackBuild
@@ -36,6 +36,8 @@
# * Initial build.
# 3.1.1-2: 10/oct/2020 by Eric Hameleers <alien@slackware.com>
# * Add 'X-DAW' category to the desktop file (for liveslak).
+# 3.1.1-3: 29/oct/2020 by Eric Hameleers <alien@slackware.com>
+# * Rebuilt against new libpython in slackware-current.
#
# Run 'sh muse.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -45,7 +47,7 @@
PRGNAM=muse
VERSION=${VERSION:-3.1.1}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}