diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-08 11:22:51 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-08 11:22:51 -0300 |
commit | 8b0286a4728c5a9d69b5bb2c9ee627be0ed70bdb (patch) | |
tree | 7bce6b1f38e6c2cd2de7a5d2580a0b5ff4faf49b /community/calibre | |
parent | a607668699d0ed030ac69ed31969dfa266439e38 (diff) | |
parent | effb26c3b1f00bf8bea4e2562f07f9a06eb67606 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community-testing/shotwell/PKGBUILD
community-testing/texmaker/PKGBUILD
community/i3lock/PKGBUILD
core/dnsutils/PKGBUILD
core/expat/PKGBUILD
core/iptables/PKGBUILD
extra/ntp/PKGBUILD
extra/talloc/PKGBUILD
multilib/lib32-talloc/PKGBUILD
multilib/lib32-udev/PKGBUILD
Diffstat (limited to 'community/calibre')
-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 4b3e0291b..51ede6de9 100644 --- a/community/calibre/PKGBUILD +++ b/community/calibre/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 57853 2011-11-03 15:52:53Z giovanni $ +# $Id: PKGBUILD 58055 2011-11-06 09:27:03Z 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.24 -pkgrel=2 +pkgver=0.8.25 +pkgrel=1 pkgdesc="Ebook management application" arch=('i686' 'x86_64' 'mips64el') url="http://calibre-ebook.com/" @@ -21,7 +21,7 @@ install=calibre.install source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz" 'desktop_integration.patch' 'calibre-mount-helper') -md5sums=('9ab82f7d4d072cc6858ef92f29d6029a' +md5sums=('b7b141db18912925be08ff79fd2ead3f' '253ce4fe5d01f8ff76b63cd3825755ea' '675cd87d41342119827ef706055491e7') |