mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 09:33:50 +02:00
calibre: update to 5.7.2.
This commit is contained in:
parent
e5e0379c4b
commit
483db7c8d6
1 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'calibre'
|
# Template file for 'calibre'
|
||||||
pkgname=calibre
|
pkgname=calibre
|
||||||
version=5.6.0
|
version=5.7.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_dirs="/usr/lib/calibre/"
|
pycompile_dirs="/usr/lib/calibre/"
|
||||||
|
@ -18,17 +18,16 @@ depends="desktop-file-utils optipng poppler-utils python3-BeautifulSoup4
|
||||||
python3-css-parser python3-cssselect python3-dateutil python3-dbus
|
python3-css-parser python3-cssselect python3-dateutil python3-dbus
|
||||||
python3-dnspython python3-feedparser python3-html5-parser python3-mechanize
|
python3-dnspython python3-feedparser python3-html5-parser python3-mechanize
|
||||||
python3-msgpack python3-netifaces python3-psutil python3-regex python3-html2text
|
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
|
# should check if python3-pycryptodome is still needed
|
||||||
checkdepends="${depends} libjpeg-turbo-tools jxrlib python3-pycryptodome
|
checkdepends="${depends} libjpeg-turbo-tools jxrlib python3-pycryptodome"
|
||||||
speech-dispatcher"
|
|
||||||
short_desc="Ebook management application"
|
short_desc="Ebook management application"
|
||||||
maintainer="skmpz <dem.procopiou@gmail.com>"
|
maintainer="skmpz <dem.procopiou@gmail.com>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://calibre-ebook.com"
|
homepage="https://calibre-ebook.com"
|
||||||
changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.yaml"
|
changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.yaml"
|
||||||
distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz"
|
distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz"
|
||||||
checksum=484a2e120fdbcff6c544d4c216afef0ff784c7665d3fd44d98acb0420d8f5e55
|
checksum=3cdbc526071e16b5d974b98c1e9a80b7716127764164285884e37e5e52a9ebae
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue