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

Jelle van der Waa jelle at nymeria.archlinux.org
Fri Oct 4 15:29:48 UTC 2013


    Date: Friday, October 4, 2013 @ 17:29:48
  Author: jelle
Revision: 98047

upgpkg: calibre 1.5-2

fix calibre use the right source

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-04 15:27:57 UTC (rev 98046)
+++ PKGBUILD	2013-10-04 15:29:48 UTC (rev 98047)
@@ -8,7 +8,7 @@
 
 pkgname=calibre
 pkgver=1.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64') 
 url="http://calibre-ebook.com/"
@@ -22,14 +22,13 @@
 makedepends=('python2-pycountry' 'qt4-private-headers')
 optdepends=('ipython2: to use calibre-debug')
 install=calibre.install
-source=('http://download.calibre-ebook.com/1.4.0/calibre-1.4.0.tar.xz'
+source=('http://download.calibre-ebook.com/1.5.0/calibre-1.5.0.tar.xz'
         'desktop_integration.patch'
         'calibre-mount-helper')
-md5sums=('7d5b331bd81d5f2d40e126059a49ce0f'
+md5sums=('adb8543044f81f93d6faef372710bcb5'
          '8353d1878c5a498b3e49eddef473605f'
          '675cd87d41342119827ef706055491e7')
 
-
 prepare(){
   cd "${srcdir}/${pkgname}"
   #rm -rf src/{cherrypy,pyPdf}




More information about the arch-commits mailing list