diff options
author | Jesús Eduardo <heckyel@parabola.nu> | 2017-09-22 17:49:03 -0500 |
---|---|---|
committer | Jesús Eduardo <heckyel@parabola.nu> | 2017-09-22 17:49:03 -0500 |
commit | a10132063bbc7032732e188e6da85f494fd67942 (patch) | |
tree | 36752a11291fefb5068e5ee976fe4ed4272da67d /libre/calibre/PKGBUILD | |
parent | 7e1a43f946700b92a93a24dce0f30d3b8e2b512e (diff) | |
download | abslibre-a10132063bbc7032732e188e6da85f494fd67942.tar.gz abslibre-a10132063bbc7032732e188e6da85f494fd67942.tar.bz2 abslibre-a10132063bbc7032732e188e6da85f494fd67942.zip |
calibre: minor fix in optdepends
Diffstat (limited to 'libre/calibre/PKGBUILD')
-rw-r--r-- | libre/calibre/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libre/calibre/PKGBUILD b/libre/calibre/PKGBUILD index 32a55316e..91c8a9042 100644 --- a/libre/calibre/PKGBUILD +++ b/libre/calibre/PKGBUILD @@ -24,7 +24,8 @@ depends=('chmlib' 'icu' 'libmtp' 'libusbx' 'libwmf' 'mtdev' 'optipng' 'podofo' 'python2-netifaces' 'python2-pillow' 'python2-psutil' 'python2-pygments' 'python2-pyqt5' 'python2-regex' 'qt5-svg' 'qt5-webkit') makedepends=('qt5-x11extras' 'xdg-utils' 'rapydscript-ng' 'python2-sphinx') -optdepends=('ipython2: to use calibre-debug -g') +optdepends=('ipython2: to use calibre-debug -g' + 'poppler: required for converting pdf to html') replaces=($pkgname-libre) conflicts=($pkgname-libre) source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/Megver83/calibre/repository/archive.tar.gz?ref=$pkgver" |