summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-01-20 11:28:11 +0000
committerCarl Hetherington <cth@carlh.net>2015-01-20 11:28:11 +0000
commit4f295bd1b0263d54dcd584c87a16d5081bde7379 (patch)
tree2229f4c57daec22bfc99071a20532ad736f4a63c /cscript
parent636f38514b91b4e5bc85b78d61bd1d121e73b9cf (diff)
Bump libsub dependency.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index ca9e0bb91..a9a7d9ebc 100644
--- a/cscript
+++ b/cscript
@@ -157,7 +157,7 @@ def make_control(debian_version, bits, filename, debug):
def dependencies(target):
return (('ffmpeg-cdist', 'f69bb08'),
('libdcp', '5b519d9'),
- ('libsub', '91378c0'))
+ ('libsub', '9921abd'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory