diff options
author | coadde - Public Network <coadde@parabola.nu> | 2013-11-01 20:35:27 -0200 |
---|---|---|
committer | coadde - Public Network <coadde@parabola.nu> | 2013-11-01 20:35:27 -0200 |
commit | b844a9e97a1e3c3b76b3cd22daafbaf01d6fd716 (patch) | |
tree | fe1f8fa8c38db30546efff4c29486723cf0de447 /libre/calibre-libre/PKGBUILD | |
parent | 22114cb5cba3c252143eef47107be70d92788ce4 (diff) | |
parent | 10483b2824a17deec1c071a55911abc32182048f (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/calibre-libre/PKGBUILD')
-rw-r--r-- | libre/calibre-libre/PKGBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/libre/calibre-libre/PKGBUILD b/libre/calibre-libre/PKGBUILD index 7636020a5..52fd8b73d 100644 --- a/libre/calibre-libre/PKGBUILD +++ b/libre/calibre-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 98784 2013-10-18 14:34:13Z jelle $ +# $Id: PKGBUILD 100069 2013-11-01 09:01:32Z jelle $ # Maintainer: jelle van der Waa <jelle@vdwaa.nl> # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor: Giovanni Scafora <giovanni@archlinux.org> @@ -9,7 +9,7 @@ _pkgname=calibre pkgname=calibre-libre -pkgver=1.7.0 +pkgver=1.9.0 pkgrel=1 pkgdesc="Ebook management application, with unar support" arch=('i686' 'x86_64' 'mips64el') @@ -30,12 +30,10 @@ install=calibre.install source=("http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz" 'desktop_integration.patch' 'calibre-mount-helper') -md5sums=('7c13fe58eabe1e98a47cfa5d25bebde7' +md5sums=('69e0262f0e06b7d6384c3a183a44d02f' '8353d1878c5a498b3e49eddef473605f' '675cd87d41342119827ef706055491e7') - - prepare(){ cd "${srcdir}/${_pkgname}" #rm -rf src/{cherrypy,pyPdf} |