diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/calibre-libre/PKGBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/libre/calibre-libre/PKGBUILD b/libre/calibre-libre/PKGBUILD index 4dec76236..415618802 100644 --- a/libre/calibre-libre/PKGBUILD +++ b/libre/calibre-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 116806 2014-08-03 19:31:57Z jelle $ +# $Id: PKGBUILD 117073 2014-08-09 14:47:22Z jelle $ # Maintainer (Arch): Jelle van der Waa <jelle@vdwaa.nl> # Maintainer (Arch): Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor (Arch): Giovanni Scafora <giovanni@archlinux.org> @@ -9,8 +9,8 @@ _pkgname=calibre pkgname=calibre-libre -pkgver=1.204.1 -pkgrel=2 +pkgver=1.205.0 +pkgrel=1 pkgdesc="Ebook management application, without nonfree decompression engine for RAR archives" arch=('i686' 'x86_64' 'mips64el') url="http://calibre-ebook.com/" @@ -31,8 +31,8 @@ install=calibre.install mksource=("http://download.calibre-ebook.com/betas/calibre-${pkgver}.tar.xz") source=("https://repo.parabolagnulinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz" 'libre.patch') -mkmd5sums=('12f63635b7c743da3b4849f3a1e8ee9b') -md5sums=('dafd34ee356960928eaf920c7035d221' +mkmd5sums=('970476ffd18d1edb2e3e80b01dda4917') +md5sums=('64094d4461bc834646d263c4107825c6' '343162b9d1c97c0463d4919a8b9ac500') mksource(){ @@ -109,4 +109,3 @@ package() { python2 -m compileall "${pkgdir}/usr/lib/calibre/" python2 -O -m compileall "${pkgdir}/usr/lib/calibre/" } - |