summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpetRUShka2016-11-17 20:16:05 +0300
committerpetRUShka2016-11-17 20:16:05 +0300
commit7663b90a3909676bf98c7a0ea8a0c3837e9ad14b (patch)
tree1e1ad99b5da1f3120f816596f8193a0c01743f80
parent32c1f28da6cd159fa167ed59a7afe6011fc97040 (diff)
downloadaur-7663b90a3909676bf98c7a0ea8a0c3837e9ad14b.tar.gz
Fix imagemagick dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 070ebe852806..f5a5a4923a5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Nov 17 16:49:57 UTC 2016
+# Thu Nov 17 17:15:55 UTC 2016
pkgbase = pdfsandwich
pkgdesc = Wrapper for tesseract OCR and hocr2pdf to generate pdf files with the recognized text put behind the image (sandwich pdfs).
pkgver = 0.1.5
@@ -14,6 +14,7 @@ pkgbase = pdfsandwich
depends = exact-image
depends = ghostscript
depends = unpaper
+ depends = imagemagick
source = http://downloads.sourceforge.net/sourceforge/pdfsandwich/pdfsandwich-0.1.5.tar.bz2
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index bcb657ce8563..6acca159fd67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Wrapper for tesseract OCR and hocr2pdf to generate pdf files with the r
url="http://sourceforge.net/projects/pdfsandwich/"
arch=('x86_64' 'i686')
license=('GPL2')
-depends=('tesseract' 'exact-image' 'ghostscript' 'unpaper')
+depends=('tesseract' 'exact-image' 'ghostscript' 'unpaper' 'imagemagick')
makedepends=('ocaml' 'gawk')
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
sha512sums=('SKIP')