summaryrefslogtreecommitdiff
path: root/libre/calibre
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-05 14:20:12 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-09-22 16:15:00 -0300
commitd6a214d2ddb3276b858d172ee09c868b34dc0ec3 (patch)
treee7daeb49aabd2a8b067f6f97429df55175ab2432 /libre/calibre
parentc68cddee90cacee5b992354e03324177e9998e62 (diff)
libre/calibre: update calibre
Diffstat (limited to 'libre/calibre')
-rw-r--r--libre/calibre/PKGBUILD19
1 files changed, 9 insertions, 10 deletions
diff --git a/libre/calibre/PKGBUILD b/libre/calibre/PKGBUILD
index 17a3142db..ad76b8ee5 100644
--- a/libre/calibre/PKGBUILD
+++ b/libre/calibre/PKGBUILD
@@ -1,4 +1,3 @@
-# $Id: PKGBUILD 139022 2015-08-31 18:19:44Z jelle $
# Maintainer (Arch): Jelle van der Waa <jelle@vdwaa.nl>
# Maintainer (Arch): Daniel Wallace <danielwallace at gtmanfred dot com>
# Contributor (Arch): Giovanni Scafora <giovanni@archlinux.org>
@@ -6,11 +5,11 @@
# Contributor (Arch): Andrea Fagiani <andfagiani _at_ gmail dot com>
# Contributor (Arch): Larry Hajali <larryhaja@gmail.com>
# Maintainer: André Silva <emulatorman@parabola.nu>
+# Contributor: Márcio Silva <coadde@parabola.nu>
pkgname=calibre
-_pkgname=calibre-libre
-pkgver=2.36.0
-pkgrel=2.parabola1
+pkgver=2.37.1
+pkgrel=1.parabola1
pkgdesc="Ebook management application, without nonfree decompression engine for RAR archives"
arch=('i686' 'x86_64')
url="http://calibre-ebook.com/"
@@ -19,7 +18,7 @@ depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
'python2-mechanize' 'podofo' 'libwmf'
'imagemagick' 'chmlib' 'python2-lxml' 'libusbx'
'python2-pillow' 'shared-mime-info' 'python2-dnspython'
- 'python2-pyqt5' 'python2-psutil' 'icu=55.1' 'libmtp' 'python2-dbus'
+ 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 'mtdev'
'desktop-file-utils' 'gtk-update-icon-cache')
@@ -28,14 +27,14 @@ optdepends=('ipython2: to use calibre-debug'
'udisks: required for mounting certain devices'
'poppler: required for converting pdf to html'
)
-replaces=($_pkgname)
-conflicts=($_pkgname)
+replaces=($pkgname-libre)
+conflicts=($pkgname-libre)
install=calibre.install
mksource=("http://download.$pkgname-ebook.com/${pkgver}/$pkgname-${pkgver}.tar.xz")
-source=("https://repo.parabola.nu/other/${_pkgname}/${_pkgname}-${pkgver}.tar.xz"
+source=("https://repo.parabola.nu/other/${pkgname}-libre/${pkgname}-libre-${pkgver}.tar.xz"
'libre.patch')
-mkmd5sums=('f22f3666d6ab70faa52b01552b6f5965')
-md5sums=('76f7a0b10a6f8c6f5d62ccd4db168638'
+mkmd5sums=('d2e97c9e690ce2d877d6390445b76994')
+md5sums=('e9d7a6cf0fd3fed5e957bc6f6f3dc07c'
'7e07f0c7cf71fdfd5950e5d648b07fd0')
mksource(){