diff options
author | root <root@rshg047.dnsready.net> | 2011-05-22 22:46:00 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-22 22:46:00 +0000 |
commit | 3837a11a2a471b9db222d8eb6ed7d2fb9d1778c6 (patch) | |
tree | b16474ab1e00c05c11f602c89c6ea093f8d8f0d7 /community/calibre | |
parent | 0fdfc2325867395ad4262d06b2d89955ac3cf6a4 (diff) |
Sun May 22 22:46:00 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 b366004a8..c36f9fcac 100644 --- a/community/calibre/PKGBUILD +++ b/community/calibre/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 47024 2011-05-14 09:44:18Z giovanni $ +# $Id: PKGBUILD 47354 2011-05-21 22:44:04Z 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.1 +pkgver=0.8.2 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=('83eeccca30e2ecbe903aba84f8188b8d' +md5sums=('e64c92ccf29ac17bfaf4a296e17a38ba' 'bcc538a3b004429bf8f5a0ac1d89a37f') build() { |