summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')