diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-12-23 04:29:59 -0200 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-12-23 04:29:59 -0200 |
commit | eca20366df90a363ca44d436ebd8c4c881774063 (patch) | |
tree | 45a1b8df0c85c7783dc2cc349d0cf5268718b94b /libre/calibre/PKGBUILD | |
parent | 8cf8a53fe020f06efcef814bb6e2960a03e3a849 (diff) | |
parent | 7b6e08004392409f37fb28e2cd0f67e55a73e3b9 (diff) |
Merge branch 'master' of ssh://projects.parabola.nu:1863/~git/abslibre/abslibre
Diffstat (limited to 'libre/calibre/PKGBUILD')
-rw-r--r-- | libre/calibre/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libre/calibre/PKGBUILD b/libre/calibre/PKGBUILD index d235728ad..6d6fd536c 100644 --- a/libre/calibre/PKGBUILD +++ b/libre/calibre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 123881 2014-12-14 16:38:49Z andrea $ +# $Id: PKGBUILD 124195 2014-12-20 18:16:17Z 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.12.0 -pkgrel=2.parabola1 +pkgver=2.13.0 +pkgrel=1.parabola1 pkgdesc="Ebook management application, without nonfree decompression engine for RAR archives" -arch=('i686' 'x86_64' 'mips64el') +arch=('i686' 'x86_64' 'mips64el') 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=('b6009f470ff4ee81aaee29e8b5a6faeb') -md5sums=('fd6d472f14cc37c71d367436f66375a8' +mkmd5sums=('66f3ffc68c26c562c5312248db167278') +md5sums=('6ae9250d1dad7e1d8e2ec59fac684b83' '7e964e5c88affc299b69e8c2744a4393') mksource(){ |