summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-11-05 12:56:59 +0000
committer Eric Hameleers <alien@slackware.com>2021-11-05 12:56:59 +0000
commit27cbd5faf840a374d953d2448d5b41e531c50b48 (patch)
tree4df09694fe8572cdaea6f1477225e0204f292a7a
parent11b7c7a7481503fc905bd19beabe06718d48c3e0 (diff)
downloadasb-27cbd5faf840a374d953d2448d5b41e531c50b48.tar.gz
asb-27cbd5faf840a374d953d2448d5b41e531c50b48.tar.xz
lilv: rebuilt against rolled-back Python 3.9
-rwxr-xr-xlilv/build/lilv.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/lilv/build/lilv.SlackBuild b/lilv/build/lilv.SlackBuild
index dfceaa32..3806c734 100755
--- a/lilv/build/lilv.SlackBuild
+++ b/lilv/build/lilv.SlackBuild
@@ -27,7 +27,7 @@
# By: Eric Hameleers <alien@slackware.com>
# For: lilv
# Descr: library for using LV2 plugins in applications
-# URL: http://drobilla.net/software/lilv/
+# URL: https://drobilla.net/software/lilv.html
# Build needs:
# Needs: lv2, serd, sord, sratom
# Changelog:
@@ -37,6 +37,8 @@
# * Update.
# 0.24.12-1: 26/oct/2021 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 0.24.12-2: 05/nov/2021 by Eric Hameleers <alien@slackware.com>
+# * Rebuilt against rolled-back Python 3.9.
#
# Run 'sh lilv.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -46,7 +48,7 @@
PRGNAM=lilv
VERSION=${VERSION:-0.24.12}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}