[arch-commits] Commit in calibre/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Mon Jun 19 17:39:31 UTC 2017


    Date: Monday, June 19, 2017 @ 17:39:30
  Author: jelle
Revision: 238709

upgpkg: calibre 3.0.0-2

FS#54487 missing dep for content sever

Modified:
  calibre/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-19 17:25:36 UTC (rev 238708)
+++ PKGBUILD	2017-06-19 17:39:30 UTC (rev 238709)
@@ -9,7 +9,7 @@
 
 pkgname=calibre
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
 url="https://calibre-ebook.com/"
@@ -17,7 +17,7 @@
 depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-dukpy'
          'python2-mechanize' 'podofo' 'libwmf'
          'chmlib' 'python2-lxml' 'libusbx'
-         'python2-pillow' 'shared-mime-info' 'python2-dnspython'
+         'python2-pillow' 'shared-mime-info' 'python2-dnspython' 'python2-msgpack'
          'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
          'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
          'qt5-svg' 'python2-regex' 'python2-pygments' 'mtdev'
@@ -35,9 +35,7 @@
 prepare(){
   cd "${pkgname}-${pkgver}"
 
-  # Remove unneeded files and libs
-  # FIXME: remove html5lib too, but the latest html5lib breaks calibre. And calibre
-  # really needs to get the latest changes into html5lib, cause forking is bad m'okay.
+  # Remove unneeded files
   rm -rf resources/${pkgname}-portable.*
 
   # Desktop integration (e.g. enforce arch defaults)



More information about the arch-commits mailing list