summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0cdcc64dce2..9c8fa0c86237 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = visual-pdf-diff-git
pkgdesc = Merges two PDF files into one PDF file and highlights their visual differences.
pkgver = v1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/momeni/visual-pdf-diff
arch = any
license = GPL3
@@ -10,6 +10,7 @@ pkgbase = visual-pdf-diff-git
depends = gawk
depends = bash
depends = coreutils
+ depends = ghostscript
provides = visual-pdf-diff
conflicts = visual-pdf-diff
source = git+https://github.com/momeni/visual-pdf-diff.git
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')