From 401f87c2ee2b11f448bbf5238f6c2157e2fbfc3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 9 Jun 2025 13:34:05 +0700 Subject: [PATCH] calibre: update to 8.4.0. Close: #55602 --- srcpkgs/calibre/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template index dbae1d66761..f50d2d20d2a 100644 --- a/srcpkgs/calibre/template +++ b/srcpkgs/calibre/template @@ -1,6 +1,6 @@ # Template file for 'calibre' pkgname=calibre -version=7.23.0 +version=8.4.0 revision=1 build_helper=python3 pycompile_dirs="/usr/lib/calibre/" @@ -30,7 +30,8 @@ depends="desktop-file-utils optipng poppler python3-BeautifulSoup4 python3-pyqt6-widgets python3-pyqt6-gui python3-pyqt6-declarative python3-pyqt6-printsupport python3-pyqt6-webchannel python3-pyqt6-svg python3-pyqt6-pdf python3-pyqt6-webengine python3-fonttools - python3-pyqt6-speech python3-pyqt6-multimedia" + python3-pyqt6-speech python3-pyqt6-multimedia python3-pykakasi + python3-lxml_html_clean" checkdepends="${depends} libjpeg-turbo-tools jxrlib" short_desc="Ebook management application" maintainer="skmpz " @@ -38,7 +39,7 @@ 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=2df5a0e7fb11ba018b3e703b05c05bbd62e80bc3aa3705a59b212fca90e53528 +checksum=e6e7b1708b5b0603b64efe767254b437e221a65aa92b0ab8de9db2a92c4035e9 python_version=3 lib32disabled=yes nocross="python3 setup.py gui"