Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 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=9.9.0
version=9.10.0
revision=1
build_helper=python3
pycompile_dirs="/usr/lib/calibre/"
Expand Down Expand Up @@ -32,14 +32,14 @@ depends="desktop-file-utils optipng poppler python3-BeautifulSoup4
python3-pyqt6-pdf python3-pyqt6-webengine python3-fonttools
python3-pyqt6-speech python3-pyqt6-multimedia python3-pykakasi
python3-lxml_html_clean python3-tzlocal"
checkdepends="${depends} libjpeg-turbo-tools jxrlib"
checkdepends="${depends} libjpeg-turbo-tools"
short_desc="Ebook management application"
maintainer="Patrick Poitras <void-packages@pfpoitras.com>"
license="GPL-3.0-only"
homepage="https://calibre-ebook.com"
changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.txt"
distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz"
checksum=a33c284652538552e2166691d1f5dd7f12c34c4178f77e6b4062d9f8ccf05cb9
checksum=53b8a277c766e6c3fb5dfb26fa29119f4a129bf8f9a954b4235a963c8a30c301
python_version=3
lib32disabled=yes
nocross="python3 setup.py gui"
Expand Down