diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-08-09 16:58:35 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-08-09 16:58:35 -0300 |
commit | 3f49105386d787a6e842a91d2917cae823a5127a (patch) | |
tree | 7a493ac17b20a1611a35c9a01ddea158526b967a | |
parent | 016de2703f8a9614abdbb4865aa8741e8bd71aa1 (diff) | |
download | abslibre-3f49105386d787a6e842a91d2917cae823a5127a.tar.gz abslibre-3f49105386d787a6e842a91d2917cae823a5127a.tar.bz2 abslibre-3f49105386d787a6e842a91d2917cae823a5127a.zip |
calibre-libre-0.9.43-1: updating version
-rw-r--r-- | libre/calibre-libre/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libre/calibre-libre/PKGBUILD b/libre/calibre-libre/PKGBUILD index af128c250..1d08b5634 100644 --- a/libre/calibre-libre/PKGBUILD +++ b/libre/calibre-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 94576 2013-07-27 12:09:03Z jelle $ +# $Id: PKGBUILD 95317 2013-08-09 09:19:46Z jelle $ # Maintainer: jelle van der Waa <jelle@vdwaa.nl> # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor: Giovanni Scafora <giovanni@archlinux.org> @@ -9,8 +9,8 @@ _pkgname=calibre pkgname=calibre-libre -pkgver=0.9.41 -pkgrel=1 +pkgver=0.9.43 +pkgrel=2 pkgdesc="Ebook management application, with unar support included and nonfree fonts removed" arch=('i686' 'x86_64' 'mips64el') url="http://calibre-ebook.com/" @@ -30,9 +30,10 @@ install=calibre.install source=("http://sourceforge.net/projects/calibre/files/${pkgver}/calibre-${pkgver}.tar.xz" 'desktop_integration.patch' 'calibre-mount-helper') -md5sums=('2037b44c90a66e97823a637edfa194ca' +md5sums=('63e78929c62ae838b767c95b0830eb31' '8353d1878c5a498b3e49eddef473605f' '675cd87d41342119827ef706055491e7') + prepare(){ cd "${srcdir}/${_pkgname}" #rm -rf src/{cherrypy,pyPdf} |