summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a43f73ec7f55..437051626194 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=('visual-pdf-diff-git')
_gitname=visual-pdf-diff
#The actual value is calculated by pkgver() function
pkgver=v1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Merges two PDF files into one PDF file and highlights their visual differences."
url="https://github.com/momeni/${_gitname}"
@@ -13,7 +13,7 @@ url="https://github.com/momeni/${_gitname}"
arch=('any')
license=('GPL3')
-depends=('imagemagick' 'gawk' 'bash' 'coreutils')
+depends=('imagemagick' 'gawk' 'bash' 'coreutils' 'ghostscript')
conflicts=('visual-pdf-diff')
provides=('visual-pdf-diff')
makedepends=('git')