diff options
Diffstat (limited to 'libre')
-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 e7afe623d..edfb35f9a 100644 --- a/libre/calibre/PKGBUILD +++ b/libre/calibre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 137071 2015-07-17 19:04:23Z jelle $ +# $Id: PKGBUILD 137113 2015-07-19 10:04:04Z 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,10 +9,10 @@ pkgname=calibre _pkgname=$pkgname-libre -pkgver=2.32.0 +pkgver=2.32.1 pkgrel=1.parabola1 pkgdesc="Ebook management application, without nonfree decompression engine for RAR archives" -arch=('i686' 'x86_64' 'mips64el') +arch=('i686' 'x86_64') url="http://$pkgname-ebook.com/" license=('GPL3') depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy' @@ -32,8 +32,8 @@ install=$pkgname.install mksource=("http://download.$pkgname-ebook.com/${pkgver}/$pkgname-${pkgver}.tar.xz") source=("https://repo.parabola.nu/other/${_pkgname}/${_pkgname}-${pkgver}.tar.xz" 'libre.patch') -mkmd5sums=('5cfcad4485caa30ccfde86553ae610b5') -md5sums=('00ff9905b5e16f14df3a2b496043005a' +mkmd5sums=('54e8bcfdf1e74595bd7611dd61bac20a') +md5sums=('3a326de1b2a0042a93f0154e896886c2' '0c70c8d2fd4b11c51d061596e3c8d487') mksource(){ |