Update dist name

This commit is contained in:
Trent Petersen 2019-09-23 11:09:26 -05:00
parent ce81c4ceef
commit 54f4522fd8
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import time
package='pdf2htmlex'
ppa_name='ppa:pdf2htmlex/pdf2htmlex'
supported_distributions=('cosmic',)
supported_distributions=('disco',)
dist_pattern=re.compile('|'.join(['\\) '+i for i in supported_distributions]))
archive_cmd='(rm CMakeCache.txt || true) && cmake . && make dist'
archive_suffix='.tar.bz2'