diff options
author | root <root@rshg054.dnsready.net> | 2011-09-10 23:14:36 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-10 23:14:36 +0000 |
commit | 1dc1efa50ce9926a6ed832bda2ebe3319485ac09 (patch) | |
tree | 25b059dc89bbd5f44377c1df6f612cf6556a6076 /community/calibre | |
parent | 42db4a0cf3a829fcd1bc2150669c6aa3c2984815 (diff) |
Sat Sep 10 23:14:36 UTC 2011
Diffstat (limited to 'community/calibre')
-rw-r--r-- | community/calibre/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/calibre/PKGBUILD b/community/calibre/PKGBUILD index 7098aea82..a640f65f0 100644 --- a/community/calibre/PKGBUILD +++ b/community/calibre/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 55124 2011-09-02 23:27:00Z giovanni $ +# $Id: PKGBUILD 55335 2011-09-10 01:42:32Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Petrov Roman <nwhisper@gmail.com> # Contributor: Andrea Fagiani <andfagiani _at_ gmail dot com> pkgname=calibre -pkgver=0.8.17 +pkgver=0.8.18 pkgrel=1 pkgdesc="Ebook management application" arch=('i686' 'x86_64') @@ -20,7 +20,7 @@ optdepends=('ipython: to use calibre-debug') install=calibre.install source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz desktop_integration.patch) -md5sums=('dbd9acc24367d099725dfc4461298738' +md5sums=('6347327567c92ce7ebf82b308e1f6610' '253ce4fe5d01f8ff76b63cd3825755ea') build() { |