summaryrefslogtreecommitdiffstats
path: root/obs-studio/build/obs-studio.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'obs-studio/build/obs-studio.SlackBuild')
-rwxr-xr-xobs-studio/build/obs-studio.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/obs-studio/build/obs-studio.SlackBuild b/obs-studio/build/obs-studio.SlackBuild
index 6c00a7e5..487912b5 100755
--- a/obs-studio/build/obs-studio.SlackBuild
+++ b/obs-studio/build/obs-studio.SlackBuild
@@ -38,6 +38,8 @@
# 26.0.2-2: 18/Oct/2020 by Eric Hameleers <alien@slackware.com>
# * Add fdk-aac dependency so that you no longer have to reply
# on a custom-built ffmpeg with AAC encoder support.
+# 26.0.2-3: 26/nov/2020 by Eric Hameleers <alien@slackware.com>
+# * Rebuilt against updated libraries in -current.
#
# Run 'sh obs-studio.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -47,7 +49,7 @@
PRGNAM=obs-studio
VERSION=${VERSION:-26.0.2}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}