diff options
author | root <root@rshg047.dnsready.net> | 2011-04-18 05:50:22 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-04-18 05:50:22 +0000 |
commit | 6ca29e0c62691c1f3120dda0f6b59dbb86cc9295 (patch) | |
tree | f5316be783bd7c6686356e0dcd4c5ed9777e1eb4 /community/calibre | |
parent | 049af7a95b01eba14d33586ad5852dddaf107e53 (diff) |
Mon Apr 18 05:50:22 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 a8191d2fe..d22bafa0a 100644 --- a/community/calibre/PKGBUILD +++ b/community/calibre/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 45092 2011-04-16 08:48:47Z giovanni $ +# $Id: PKGBUILD 45148 2011-04-17 18:17:05Z 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.7.55 +pkgver=0.7.56 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://calibre-ebook.googlecode.com/files/${pkgname}-${pkgver}.tar.gz desktop_integration.patch) -md5sums=('1da19a3ec6ae2de05e48de6133ba82fc' +md5sums=('83ed678bf0d0178093fd4cce5a94754e' 'bcc538a3b004429bf8f5a0ac1d89a37f') build() { |