summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJordan Day2023-09-11 08:07:25 -0500
committerJordan Day2023-09-11 08:07:25 -0500
commit1902f769b12a8ef9c14c6e492c499d4649df9114 (patch)
tree80d55a8146efaf0e82bd4ef9a6fa378eafb06367 /PKGBUILD
parenta8914266a9ef96b9015060c6d32a0c8bed0eb7b1 (diff)
downloadaur-gimp-script-divide-scanned-images.tar.gz
Add git as makedepends
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")