From 6fbc40206ea930ad72b5d541b816fe6c00a4ddd8 Mon Sep 17 00:00:00 2001 From: Jeff Huang Date: Fri, 22 Jul 2016 12:43:10 +0100 Subject: [PATCH] calibre: update to 2.63.0 --- calibre/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/calibre/PKGBUILD b/calibre/PKGBUILD index 1036c9382..cc3b2fb28 100644 --- a/calibre/PKGBUILD +++ b/calibre/PKGBUILD @@ -1,9 +1,9 @@ pkgname=calibre -pkgver=2.62.0 +pkgver=2.63.0 pkgrel=1 pkgdesc="Ebook management application" arch=('x86_64') -url="http://calibre-ebook.com/" +url="https://calibre-ebook.com/" license=('GPL3') depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy' 'python2-mechanize' 'podofo' 'libwmf' @@ -19,8 +19,8 @@ optdepends=('ipython2: to use calibre-debug' 'poppler: required for converting pdf to html') screenshot=('https://lh5.googleusercontent.com/_lG58t3XWd3c/TcNwiXkAx_I/AAAAAAAAAEc/M34I4uY9UUY/s800/gui.jpeg') install=${pkgname}.install -source=("http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz") -sha256sums=('ca4e7b13bfbf3950e32c91d163bd31a310fb386375d4c02f4bde8dd7b49b1a97') +source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz") +sha256sums=('0672a155edfafd50a507ebcfa20de2cfc23780e082eccbb89374f8aab3d98fe7') prepare(){ cd "${pkgname}-${pkgver}"