Require unpaper 6.1; no messing around with broken versions

This commit is contained in:
James R. Barlow
2015-08-22 01:51:08 -07:00
parent 4f3673d14d
commit ee7f008ff5
+1 -1
View File
@@ -158,7 +158,7 @@ if command.startswith('install') or \
)
check_external_program(
program='unpaper',
need_version='0.4.2',
need_version='6.1',
package='unpaper',
optional=True
)