summaryrefslogtreecommitdiff
path: root/libre/calibre/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-04-11 06:51:25 +0200
committerAndreas Grapentin <andreas@grapentin.org>2018-04-11 06:51:25 +0200
commit993b9f25ac9328013087e12823edd96e45b83548 (patch)
tree18e0afd976fd40599e57e5ac0efb1a413e5d575d /libre/calibre/PKGBUILD
parent37a43849642a68cbd494caae9e8bdd7c7d5fce47 (diff)
downloadabslibre-993b9f25ac9328013087e12823edd96e45b83548.tar.gz
abslibre-993b9f25ac9328013087e12823edd96e45b83548.tar.bz2
abslibre-993b9f25ac9328013087e12823edd96e45b83548.zip
libre/calibre: updated to 3.20.0
Diffstat (limited to 'libre/calibre/PKGBUILD')
-rw-r--r--libre/calibre/PKGBUILD21
1 files changed, 12 insertions, 9 deletions
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(){