summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-11-17 11:47:49 +0100
committerCarl Hetherington <cth@carlh.net>2019-11-17 11:47:49 +0100
commit13697312b5040b9bece55d9853587e83aeb0cfde (patch)
tree85943b749d56bf6fa9ab0264a52ee168a200a136
parent08e3de8ffa64c5e352ee417b5ab6b3b0fc9a4d13 (diff)
Bump deps for Python 3 build compatibility.
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 7d71949c4..33a6c5764 100644
--- a/cscript
+++ b/cscript
@@ -344,8 +344,8 @@ def dependencies(target):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.6.11'))
- deps.append(('libsub', 'v1.4.13'))
+ deps.append(('libdcp', 'v1.6.12'))
+ deps.append(('libsub', 'v1.4.14'))
deps.append(('rtaudio-cdist', 'bf0fc23'))
return deps