summaryrefslogtreecommitdiff
path: root/libre/calibre
diff options
context:
space:
mode:
authorJesús Eduardo <heckyel@openmailbox.org>2017-06-24 16:20:09 +0000
committerJesús Eduardo <heckyel@openmailbox.org>2017-06-24 16:20:09 +0000
commit09b0c9d926c8d0781ebb1d45a4e75f47ee77aa4e (patch)
tree08a8535d4d4829df55fb954134c2896ebbb54a56 /libre/calibre
parent913f87cfda37d30e2cc5135016ecb28e8042d6d0 (diff)
python2-msgpack: New package necesary for calibre
Diffstat (limited to 'libre/calibre')
-rw-r--r--libre/calibre/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/calibre/PKGBUILD b/libre/calibre/PKGBUILD
index 3503ac350..2eb27fe36 100644
--- a/libre/calibre/PKGBUILD
+++ b/libre/calibre/PKGBUILD
@@ -24,7 +24,7 @@ depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
'python2-pillow' 'shared-mime-info' 'python2-dnspython'
'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-regex' 'python2-pygments' 'mtdev'
+ 'qt5-svg' 'python2-chardet' 'python2-msgpack' 'python2-regex' 'python2-pygments' 'mtdev'
'desktop-file-utils' 'gtk-update-icon-cache' 'optipng' 'udisks2')
makedepends=('qt5-x11extras' 'xdg-utils')
optdepends=('ipython2: to use calibre-debug'