diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-01-01 19:03:46 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-01-01 19:03:54 -0300 |
commit | e5e24cc4c63b31246f5756d6e46c05a7e386bcb3 (patch) | |
tree | 9fee9e322c15284f43473b8a548c7b6bd8358a69 /libre/calibre/PKGBUILD | |
parent | ba48684a8bdf67693f7c2fb2b7813ded6ba13912 (diff) | |
download | abslibre-e5e24cc4c63b31246f5756d6e46c05a7e386bcb3.tar.gz abslibre-e5e24cc4c63b31246f5756d6e46c05a7e386bcb3.tar.bz2 abslibre-e5e24cc4c63b31246f5756d6e46c05a7e386bcb3.zip |
calibre-2.48.0-1.parabola1: updating version
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 837263594..25cf92227 100644 --- a/libre/calibre/PKGBUILD +++ b/libre/calibre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 153821 2015-12-21 11:06:35Z jelle $ +# $Id: PKGBUILD 155138 2016-01-01 16:56:36Z 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.47.0 +pkgver=2.48.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=('0cfc8267eb1977bc16e00e4b4948b4e6') -md5sums=('f48655178d4cf0a1594869784c2b89ec' - 'fde5c80d9d407e5510d5d1947a4adb6c') +mkmd5sums=('dc81fb8118e4dfd4426d0c0a1c170bc3') +md5sums=('271143c5784a0390c78ef583ddd6e176' + '03cc794f8710b05eaa702e1e484a9f6a') mksource(){ cd "${pkgname}-${pkgver}" |