diff options
Diffstat (limited to 'community/calibre/PKGBUILD')
-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 ac7d304dc..e34512718 100644 --- a/community/calibre/PKGBUILD +++ b/community/calibre/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 59472 2011-11-26 10:23:12Z giovanni $ +# $Id: PKGBUILD 59984 2011-12-02 22:33: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.8.28 +pkgver=0.8.29 pkgrel=1 pkgdesc="Ebook management application" arch=('i686' 'x86_64') @@ -21,7 +21,7 @@ install=calibre.install source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz" 'desktop_integration.patch' 'calibre-mount-helper') -md5sums=('08aa2568300e8781824c62de7c23faae' +md5sums=('e51c2b889e0bdfc217000ebba93af8a7' '253ce4fe5d01f8ff76b63cd3825755ea' '675cd87d41342119827ef706055491e7') |