summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2015-07-13 00:47:54 +0500
committerDmitry Kharitonov2015-07-13 00:47:54 +0500
commit2ce9e94d48f64b741f228502f078e8de333a35df (patch)
tree69ecbcfb5472936c4c31180814a4edbf30abe748
parent84690043f14737f40082134e76a5d381e4bdeeed (diff)
downloadaur-2ce9e94d48f64b741f228502f078e8de333a35df.tar.gz
Fix optdepends string
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 768ef05266a3..3590c6fafd2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = dpsprep-git
depends = pdfbeads
depends = pdftk-bin
depends = 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
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')