From f5f74a2423a8cfd6423594a765eb37d52816adfc Mon Sep 17 00:00:00 2001 From: Jesús Eduardo Date: Tue, 16 May 2017 12:08:30 -0500 Subject: calibre: update libre.patch and PKGBUILD --- libre/calibre/libre.patch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libre/calibre/libre.patch') diff --git a/libre/calibre/libre.patch b/libre/calibre/libre.patch index 3ac517740..e899c836a 100644 --- a/libre/calibre/libre.patch +++ b/libre/calibre/libre.patch @@ -292,7 +292,7 @@ index bf8853b..917c485 100644 class Plumber(object): diff --git a/src/calibre/ebooks/metadata/archive.py b/src/calibre/ebooks/metadata/archive.py -index f5c0b7b..28c4d80 100644 +index f5c0b7b..5a1d03b 100644 --- a/src/calibre/ebooks/metadata/archive.py +++ b/src/calibre/ebooks/metadata/archive.py @@ -29,8 +29,6 @@ def archive_type(stream): @@ -310,9 +310,10 @@ index f5c0b7b..28c4d80 100644 description = _('Extract common e-book formats from archive files ' - '(ZIP/RAR). Also try to autodetect if they are actually ' - 'CBZ/CBR files.') +- file_types = set(['zip', 'rar']) + '(ZIP). Also try to autodetect if they are actually ' + 'CBZ files.') - file_types = set(['zip', 'rar']) ++ file_types = set(['zip']) supported_platforms = ['windows', 'osx', 'linux'] on_import = True -- cgit v1.2.3