summaryrefslogtreecommitdiffstats
path: root/deps/mlt/mlt.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-04-26 14:49:58 +0200
committer Eric Hameleers <alien@slackware.com>2020-04-26 14:49:58 +0200
commit40610b8a6d0cb935703ed0afa957f4b7bba3036f (patch)
tree2bd5d0dc05bacba05e92450d004bb67ff3808ef5 /deps/mlt/mlt.SlackBuild
parent0e6b923de220dc8d2068abe1e9ecd3ec779492e6 (diff)
downloadktown-40610b8a6d0cb935703ed0afa957f4b7bba3036f.tar.gz
ktown-40610b8a6d0cb935703ed0afa957f4b7bba3036f.tar.xz
Update the deps for the next release of ktown
Diffstat (limited to 'deps/mlt/mlt.SlackBuild')
-rwxr-xr-xdeps/mlt/mlt.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/deps/mlt/mlt.SlackBuild b/deps/mlt/mlt.SlackBuild
index 8bf05be..361bcae 100755
--- a/deps/mlt/mlt.SlackBuild
+++ b/deps/mlt/mlt.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2017, 2018, 2019 Eric Hameleers, Eindhoven, NL
+# Copyright 2017, 2018, 2019, 2020 Eric Hameleers, Eindhoven, NL
# Copyright 2017 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
@@ -27,10 +27,10 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=mlt
-VERSION=${VERSION:-6.18.0}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-6.20.0}
+BUILD=${BUILD:-1}
-PYTHONSITEPKG=$(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
+PYTHONSITEPKG=$(python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")
TMP=${TMP:-/tmp}
PKG=$TMP/package-$PKGNAM