From 27ec57ec1188c15c0ae35f400494d88e0fd33a0d Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Thu, 23 Jan 2020 19:01:48 +0100 Subject: [PATCH] calibre: update to 4.9.1. --- srcpkgs/calibre/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template index 1cd0db081a6..dccd845ee0b 100644 --- a/srcpkgs/calibre/template +++ b/srcpkgs/calibre/template @@ -1,6 +1,6 @@ # Template file for 'calibre' pkgname=calibre -version=4.8.0 +version=4.9.1 revision=1 build_style=python2-module pycompile_dirs="/usr/lib/calibre/" @@ -23,12 +23,12 @@ license="GPL-3.0-only" homepage="https://calibre-ebook.com" changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.yaml" distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz" -checksum=13dff54232735939a9eb574089cda89d3cf9d8993102b0c4bf107f38202664d2 +checksum=b5809e06921539b9e5f4d773c90b6f315711f09254f589d2b39eb67318e5ce06 nocross=yes do_configure() { # Remove unneeded files and libs - rm -rf resources/${pkgname}-portable.* \ + rm -rf resources/${pkgname}-portable.* # Desktop integration (e.g. enforce arch defaults) vsed -i src/calibre/linux.py \