diff options
Diffstat (limited to 'community/calibre/PKGBUILD')
-rw-r--r-- | community/calibre/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/calibre/PKGBUILD b/community/calibre/PKGBUILD index 77c6a45bb..c09c8a4ab 100644 --- a/community/calibre/PKGBUILD +++ b/community/calibre/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 68275 2012-03-21 07:34:10Z giovanni $ +# $Id: PKGBUILD 68373 2012-03-23 10:53: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.43 -pkgrel=3 +pkgver=0.8.44 +pkgrel=1 pkgdesc="Ebook management application" arch=('i686' 'x86_64') url="http://calibre-ebook.com/" @@ -21,7 +21,7 @@ install=calibre.install source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz" 'desktop_integration.patch' 'calibre-mount-helper') -md5sums=('9c9656b0881ef8013018ec4cf42b3119' +md5sums=('7cb3983a0458d20df982300b310df3be' 'c7eaa8ed3d2b0a09345aecffa1402ff4' '675cd87d41342119827ef706055491e7') |