diff options
author | Jordan Day | 2023-09-11 08:07:25 -0500 |
---|---|---|
committer | Jordan Day | 2023-09-11 08:07:25 -0500 |
commit | 1902f769b12a8ef9c14c6e492c499d4649df9114 (patch) | |
tree | 80d55a8146efaf0e82bd4ef9a6fa378eafb06367 | |
parent | a8914266a9ef96b9015060c6d32a0c8bed0eb7b1 (diff) | |
download | aur-1902f769b12a8ef9c14c6e492c499d4649df9114.tar.gz |
Add git as makedepends
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -1,10 +1,11 @@ pkgbase = gimp-script-divide-scanned-images 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). pkgver = 2.2F - pkgrel = 5 + pkgrel = 6 url = https://github.com/FrancoisMalan/DivideScannedImages arch = any license = GPL + makedepends = git depends = gimp optdepends = gimp-plugin-deskew-git: Used to straighten split images. provides = gimp-script-divide-scanned-images @@ -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") |