summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 621cec97c660..25b617a5baba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gimp-script-divide-scanned-images
pkgver=2.2F
-pkgrel=5
+pkgrel=6
pkgdesc="GIMP Scheme (.scm) script for splitting separate sub-images from a composite image that has a uniform background. Creates a new image from each; will call the \'deskew\' plugin on each image (if it is installed)."
arch=('any')
@@ -11,6 +11,7 @@ url="https://github.com/FrancoisMalan/DivideScannedImages"
license=('GPL')
depends=('gimp')
+makedepends=('git')
optdepends=('gimp-plugin-deskew-git: Used to straighten split images.')
source=("git+https://github.com/FrancoisMalan/DivideScannedImages")