summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDmitry Kharitonov2015-07-13 00:47:54 +0500
committerDmitry Kharitonov2015-07-13 00:47:54 +0500
commit2ce9e94d48f64b741f228502f078e8de333a35df (patch)
tree69ecbcfb5472936c4c31180814a4edbf30abe748 /PKGBUILD
parent84690043f14737f40082134e76a5d381e4bdeeed (diff)
downloadaur-2ce9e94d48f64b741f228502f078e8de333a35df.tar.gz
Fix optdepends string
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index af118b1638a6..f4cfb525e4f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,7 @@ arch=('any')
license=('GPL3')
makedepends=('git')
depends=('python2' 'python2-sexpdata' 'python2-argparse' 'djvulibre' 'ocrodjvu' 'pdfbeads' 'pdftk-bin' 'ruby-iconv')
-optdepends=('jbig2enc-git: JBIG2 encoder provides much better PDF compression, \
- but some software may not handle resulting files')
+optdepends=('jbig2enc-git: JBIG2 encoder provides much better PDF compression')
source=('git+git://github.com/kcroker/dpsprep.git')
md5sums=('SKIP')