[arch-commits] Commit in calibre/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sun Jan 10 12:47:10 UTC 2016


    Date: Sunday, January 10, 2016 @ 13:47:09
  Author: jelle
Revision: 155854

FS#26772 switch to https urls

Modified:
  calibre/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-10 09:58:05 UTC (rev 155853)
+++ PKGBUILD	2016-01-10 12:47:09 UTC (rev 155854)
@@ -11,7 +11,7 @@
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' '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'
@@ -27,7 +27,7 @@
             'poppler: required for converting pdf to html'
 )
 install=calibre.install
-source=("http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz")
+source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz")
 md5sums=('dc81fb8118e4dfd4426d0c0a1c170bc3')
 
 prepare(){



More information about the arch-commits mailing list