diff options
author | root <root@rshg047.dnsready.net> | 2011-07-16 05:34:06 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-07-16 05:34:06 +0000 |
commit | 7500119d8dd5fc921f91aac8222e472477973740 (patch) | |
tree | a2cd26c3dd70d079a9f97fc3d5549ea649baf863 /community/calibre | |
parent | 76c26b027d797f3671bf0b6c6618eda2496cf88d (diff) |
Sat Jul 16 05:34:06 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 1b70cc96d..5a13a4516 100644 --- a/community/calibre/PKGBUILD +++ b/community/calibre/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 51442 2011-07-09 05:30:27Z giovanni $ +# $Id: PKGBUILD 51821 2011-07-15 23:43:02Z 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.9 +pkgver=0.8.10 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=('0f962987c33eb65c65d4fd8dad21d121' +md5sums=('5fa9268d004ad0a5ffec9d0067f30340' '253ce4fe5d01f8ff76b63cd3825755ea') build() { |