diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-31 22:45:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-31 22:45:07 +0100 |
| commit | 9b8c6e230374f2b4b63851fa8b5b5c9bcc270f3a (patch) | |
| tree | cc93777c7b6598bd3e0d521db7f3b5426d981153 /cscript | |
| parent | ad757170df54d8d17f4e49036d7aca67ce161d9d (diff) | |
Fix syntax.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -91,8 +91,8 @@ deb_depends['7'] = {'libc6': '2.13', 'libxmlsec1-openssl': '1.2.18', 'libcurl3': '7.26.0', 'libzip2': '0.10.1', - 'libcairomm-1.0-1', '1.10.0-1', - 'libpangomm-1.4-1', '2.28.4-1'} + 'libcairomm-1.0-1': '1.10.0-1', + 'libpangomm-1.4-1': '2.28.4-1'} deb_depends['8'] = {'libc6': '2.19-18', 'libssh-4': '0.6.3-4', |
