diff options
Diffstat (limited to 'libre/calibre/PKGBUILD')
-rw-r--r-- | libre/calibre/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/calibre/PKGBUILD b/libre/calibre/PKGBUILD index 90a29400f..ea790f3ef 100644 --- a/libre/calibre/PKGBUILD +++ b/libre/calibre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 159570 2016-01-30 16:16:34Z jelle $ +# $Id: PKGBUILD 162801 2016-02-20 15:17:26Z 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,7 +9,7 @@ # Contributor: Márcio Silva <coadde@parabola.nu> pkgname=calibre -pkgver=2.50.1 +pkgver=2.51.0 pkgrel=1.parabola1 pkgdesc="Ebook management application, without nonfree decompression engine for RAR archives" arch=('i686' 'x86_64') @@ -34,9 +34,9 @@ install=calibre.install mksource=("http://download.$pkgname-ebook.com/${pkgver}/$pkgname-${pkgver}.tar.xz") source=("https://repo.parabola.nu/other/${pkgname}-libre/${pkgname}-libre-${pkgver}.tar.xz" 'libre.patch') -mkmd5sums=('4914d8ea90b58103ccb5a6505af0c376') -md5sums=('3a5ac3f60d8839a2aabe282f482a0564' - '924ff0097d25590f002a5c7bdb7a6723') +mkmd5sums=('15941e1bef0e1fa02ed3dd04a7236184') +md5sums=('9e369f2c9c0399586fb8bb78d9b263ea' + 'bb2f3529765bf08cb8dd15bb2aa473de') mksource(){ cd "${pkgname}-${pkgver}" |