summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpetRUShka2017-03-09 21:35:02 +0300
committerpetRUShka2017-03-09 21:35:02 +0300
commit9ba745a0b0cb12694f8e59d465b8e469037e0393 (patch)
tree555eb0c06fa4023ad5050bbd0531c4515da775f5 /PKGBUILD
parent7663b90a3909676bf98c7a0ea8a0c3837e9ad14b (diff)
downloadaur-9ba745a0b0cb12694f8e59d465b8e469037e0393.tar.gz
Upgrade to 0.1.6 and add poppler dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6acca159fd67..41c4615e838e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: Max Roder <maxroder@web.de>
pkgname=pdfsandwich
-pkgver=0.1.5
+pkgver=0.1.6
pkgrel=1
pkgdesc="Wrapper for tesseract OCR and hocr2pdf to generate pdf files with the recognized text put behind the image (sandwich pdfs)."
url="http://sourceforge.net/projects/pdfsandwich/"
arch=('x86_64' 'i686')
license=('GPL2')
-depends=('tesseract' 'exact-image' 'ghostscript' 'unpaper' 'imagemagick')
+depends=('tesseract' 'exact-image' 'ghostscript' 'unpaper' 'imagemagick' 'poppler')
makedepends=('ocaml' 'gawk')
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-sha512sums=('SKIP')
+sha512sums=('fa122bb2cac678555a7abe9b3c720baf608197d60593b8fdaaf7009837228b30d5ab74fac1c51c68e0e75ae155b0a774077745e5eb157b951c634529fe6146f9')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"