summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpetRUShka2016-11-17 20:16:05 +0300
committerpetRUShka2016-11-17 20:16:05 +0300
commit7663b90a3909676bf98c7a0ea8a0c3837e9ad14b (patch)
tree1e1ad99b5da1f3120f816596f8193a0c01743f80 /PKGBUILD
parent32c1f28da6cd159fa167ed59a7afe6011fc97040 (diff)
downloadaur-7663b90a3909676bf98c7a0ea8a0c3837e9ad14b.tar.gz
Fix imagemagick dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')