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

Jelle van der Waa jelle at nymeria.archlinux.org
Fri Sep 20 09:17:57 UTC 2013


    Date: Friday, September 20, 2013 @ 11:17:57
  Author: jelle
Revision: 97445

update pkgbuild to 1.4

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-20 08:52:34 UTC (rev 97444)
+++ PKGBUILD	2013-09-20 09:17:57 UTC (rev 97445)
@@ -7,8 +7,8 @@
 # Contributor: Larry Hajali <larryhaja at gmail.com>
 
 pkgname=calibre
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.4
+pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64') 
 url="http://calibre-ebook.com/"
@@ -22,13 +22,14 @@
 makedepends=('python2-pycountry' 'qt4-private-headers')
 optdepends=('ipython2: to use calibre-debug')
 install=calibre.install
-source=("http://sourceforge.net/projects/calibre/files/${pkgver}/calibre-${pkgver}.tar.xz"
+source=("http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz"
         'desktop_integration.patch'
         'calibre-mount-helper')
-md5sums=('38597e9ddb7b24a162f8e3bb6df18fc4'
+md5sums=('24f9d3352f3807536273574fac5813e8'
          '8353d1878c5a498b3e49eddef473605f'
          '675cd87d41342119827ef706055491e7')
 
+
 prepare(){
   cd "${srcdir}/${pkgname}"
   #rm -rf src/{cherrypy,pyPdf}




More information about the arch-commits mailing list