Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

calibre: update to 5.7.2. #27148

Merged
merged 1 commit into from
Dec 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 4 additions & 5 deletions srcpkgs/calibre/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'calibre'
pkgname=calibre
version=5.6.0
version=5.7.2
revision=1
build_style=python3-module
pycompile_dirs="/usr/lib/calibre/"
Expand All @@ -18,17 +18,16 @@ depends="desktop-file-utils optipng poppler-utils python3-BeautifulSoup4
python3-css-parser python3-cssselect python3-dateutil python3-dbus
python3-dnspython python3-feedparser python3-html5-parser python3-mechanize
python3-msgpack python3-netifaces python3-psutil python3-regex python3-html2text
python3-pychm qt5-webengine"
python3-pychm qt5-webengine speech-dispatcher"
# should check if python3-pycryptodome is still needed
checkdepends="${depends} libjpeg-turbo-tools jxrlib python3-pycryptodome
speech-dispatcher"
checkdepends="${depends} libjpeg-turbo-tools jxrlib python3-pycryptodome"
short_desc="Ebook management application"
maintainer="skmpz <dem.procopiou@gmail.com>"
license="GPL-3.0-only"
homepage="https://calibre-ebook.com"
changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.yaml"
distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz"
checksum=484a2e120fdbcff6c544d4c216afef0ff784c7665d3fd44d98acb0420d8f5e55
checksum=3cdbc526071e16b5d974b98c1e9a80b7716127764164285884e37e5e52a9ebae
lib32disabled=yes
nocross=yes

Expand Down