From 993b9f25ac9328013087e12823edd96e45b83548 Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Wed, 11 Apr 2018 06:51:25 +0200 Subject: libre/calibre: updated to 3.20.0 --- libre/calibre/PKGBUILD | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'libre/calibre/PKGBUILD') diff --git a/libre/calibre/PKGBUILD b/libre/calibre/PKGBUILD index ecd181b39..6f7e7c6d5 100644 --- a/libre/calibre/PKGBUILD +++ b/libre/calibre/PKGBUILD @@ -15,10 +15,13 @@ # - removed decrompession engine for rar archives pkgname=calibre -pkgver=3.19.0 -pkgrel=1.parabola1 -pkgdesc="Ebook management application, without nonfree decompression engine for RAR archives" -arch=('x86_64' 'i686' 'armv7h') +pkgver=3.20.0 +pkgrel=1 +pkgrel+=.parabola1 +pkgdesc="Ebook management application" +pkgdesc+=", without nonfree decompression engine for RAR archives" +arch=('x86_64') +arch+=('i686' 'armv7h') url="https://calibre-ebook.com/" license=('GPL3') depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-dukpy' @@ -34,13 +37,13 @@ optdepends=('ipython2: to use calibre-debug' 'poppler: required for converting pdf to html' ) # for updated libre.patch commit id see: https://gitlab.com/libreforks/calibre/tags -_commit='507fbd372a3d6c6f0d1100b88254a1ff' +_commit='d4f41a48fd0110c1df9219ccbbda335b' source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz" - "https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig" - "https://gitlab.com/libreforks/calibre/uploads/$_commit/libre.patch") -sha256sums=('8943282d0b4c8cd3532679c7827d2d2b4beca1793f11702eaefb59c315b05669' + "https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig") +source+=("https://gitlab.com/libreforks/calibre/uploads/$_commit/libre.patch") +sha256sums=('be3e82f455f154db154c46d57f8f4d93d4e1c79afc9b6b1eb316c3d48880d5e6' 'SKIP' - 'fd2b1a775271066e195fe55a89862ba65530457c4bb81404d0b510bce3c69b1c') + '72a44e11013582eed029463e51906a677648d40ac34bd9afceb289eaa81e080b') validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') prepare(){ -- cgit v1.2.3