diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-01-03 11:39:36 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-01-03 11:39:36 -0300 |
commit | ca2e05bb7791418f2af678704160d56d8184a21a (patch) | |
tree | 48a6f85c00b3ed2362cc4d9c9d7f5230bb854eba /community/calibre/PKGBUILD | |
parent | 45675ec8babcd9ea73f6a49f51f6e7da9d1f1592 (diff) | |
parent | 48c96871761a4aad193d814e87ddb87c322e17d2 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community-staging/libgda3/PKGBUILD
community/intel-tbb/PKGBUILD
community/mtpaint/PKGBUILD
extra/cmake/PKGBUILD
extra/graphicsmagick/PKGBUILD
extra/kdeadmin/PKGBUILD
extra/kdelibs/PKGBUILD
extra/lyx/PKGBUILD
extra/qtscriptgenerator/PKGBUILD
kde-unstable/kdeadmin/PKGBUILD
kde-unstable/kdelibs/PKGBUILD
kde-unstable/kdeplasma-addons/PKGBUILD
libre/libretools/PKGBUILD
libre/p7zip-libre/PKGBUILD
multilib-testing/lib32-glibc/PKGBUILD
multilib/wine/PKGBUILD
testing/glibc/PKGBUILD
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 fa28ea23d..1e678ddd7 100644 --- a/community/calibre/PKGBUILD +++ b/community/calibre/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 61189 2011-12-24 00:16:51Z giovanni $ +# $Id: PKGBUILD 61409 2011-12-30 12:30:52Z 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.32 +pkgver=0.8.33 pkgrel=1 pkgdesc="Ebook management application" arch=('i686' 'x86_64' 'mips64el') @@ -21,7 +21,7 @@ install=calibre.install source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz" 'desktop_integration.patch' 'calibre-mount-helper') -md5sums=('ee973514615fc104be7cc41adf0862a6' +md5sums=('042c9f9f54ad02d08668e6a010682752' '253ce4fe5d01f8ff76b63cd3825755ea' '675cd87d41342119827ef706055491e7') |