diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-10-26 14:11:10 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-10-26 14:11:10 -0200 |
commit | f33cd8a9126577e3016df0fb1e843a8fa5093486 (patch) | |
tree | 5cd6941517efb1809697fb71d9aebd68f94e91fb /libre | |
parent | 79c2013cb43724c917c3a181f98b00007c140742 (diff) |
calibre-libre-1.8.0-1: updating version
Diffstat (limited to 'libre')
-rw-r--r-- | libre/calibre-libre/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libre/calibre-libre/PKGBUILD b/libre/calibre-libre/PKGBUILD index 7636020a5..019b33cba 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 99239 2013-10-26 11:48:48Z 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.8.0 pkgrel=1 pkgdesc="Ebook management application, with unar support" arch=('i686' 'x86_64' 'mips64el') @@ -30,12 +30,13 @@ install=calibre.install source=("http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz" 'desktop_integration.patch' 'calibre-mount-helper') -md5sums=('7c13fe58eabe1e98a47cfa5d25bebde7' +md5sums=('f1cb722f32f5e3d50fbcd21403e95514' '8353d1878c5a498b3e49eddef473605f' '675cd87d41342119827ef706055491e7') + prepare(){ cd "${srcdir}/${_pkgname}" #rm -rf src/{cherrypy,pyPdf} |