From 708badfea4acf4731a0305d711557f3c7f5016e3 Mon Sep 17 00:00:00 2001 From: Patrick Date: Thu, 25 Jun 2026 19:17:05 -0700 Subject: [PATCH] calibre: update to 9.10.0 --- srcpkgs/calibre/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template index 01d749c62efd82..7943c3f8003db3 100644 --- a/srcpkgs/calibre/template +++ b/srcpkgs/calibre/template @@ -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/" @@ -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 " 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"