diff options
author | Dmitry Kharitonov | 2020-01-04 02:06:00 +0500 |
---|---|---|
committer | Dmitry Kharitonov | 2020-01-04 02:06:00 +0500 |
commit | 9571e79232dc764af4a7f79891cbcdd5658300c8 (patch) | |
tree | 0cbccee46e340922014db37a6243e079d5d7888c /PKGBUILD | |
parent | 4a43a16254c6bc9b59caa1e5544cc778042070d5 (diff) | |
download | aur-dpsprep-git.tar.gz |
Added java-common-lang and ruby-nokogiri to deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,13 +2,14 @@ pkgname=dpsprep-git _gitname=dpsprep pkgver=r12.8a11d83 -pkgrel=2 +pkgrel=3 pkgdesc="Python DJVU to PDF (djvu2pdf) converter which preserves OCR text and bookmarks (table of contents)" url='https://github.com/kcroker/dpsprep' arch=('any') license=('GPL3') makedepends=('git') -depends=('python2' 'python2-sexpdata' 'python2-argparse' 'djvulibre' 'ocrodjvu' 'pdfbeads' 'pdftk' 'ruby-iconv') +depends=('djvulibre' 'java-commons-lang' 'ocrodjvu' 'pdfbeads' 'pdftk' 'python2' + 'python2-argparse' 'python2-sexpdata' 'ruby-iconv' 'ruby-nokogiri') optdepends=('jbig2enc-git: JBIG2 encoder provides much better PDF compression') source=(git+git://github.com/kcroker/dpsprep.git) md5sums=('SKIP') |