calibre: update to 3.47.0.

This commit is contained in:
bra1nwave 2019-08-30 08:43:04 +02:00 committed by Helmut Pozimski
parent 80a5071847
commit 8330e40fd9

View file

@ -1,6 +1,6 @@
# Template file for 'calibre'
pkgname=calibre
version=3.46.0
version=3.47.0
revision=1
build_style=python2-module
pycompile_dirs="/usr/lib/calibre/"
@ -23,7 +23,7 @@ maintainer="bra1nwave <brainwave@openmailbox.org>"
license="GPL-3.0-only"
homepage="https://calibre-ebook.com"
distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz"
checksum=e947b9854f9db344ee07e5495feaad759c96936d89a128d3a3587c3503d09ab6
checksum=c473457ba4e455b1c68f9933de593b204c2cb0cb3252159987f1a89bf8215256
nocross=yes
do_configure() {
@ -38,6 +38,12 @@ do_configure() {
}
do_install() {
vmkdir usr/share/zsh/site-functions
python2 setup.py \
install --prefix=/usr --staging-root=${DESTDIR}/usr
for m in man-pages/man1/*.1; do
vman "${m}"
done
}