summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Day2022-05-25 10:24:48 -0500
committerJordan Day2022-05-25 10:24:48 -0500
commita8914266a9ef96b9015060c6d32a0c8bed0eb7b1 (patch)
treeac1436b4a476cdf4990b1c4ff068fcc821203b34
parent9a46ea3b5172e2452bc03b26e74b6525cbd0bcc5 (diff)
downloadaur-a8914266a9ef96b9015060c6d32a0c8bed0eb7b1.tar.gz
Change maintainer
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfe8defcef76..30c515ef2e57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 4
+ pkgrel = 5
url = https://github.com/FrancoisMalan/DivideScannedImages
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 096a559456b4..621cec97c660 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Michael Mansell <michael.mansell@gmail.com>
+# Maintainer: Jordan Day < jordanday444 at gmail dot com >
+# Contributor: Michael Mansell <michael.mansell@gmail.com>
pkgname=gimp-script-divide-scanned-images
pkgver=2.2F
-pkgrel=4
+pkgrel=5
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')