summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Mansell2016-05-10 19:33:48 -0400
committerMichael Mansell2016-05-10 19:33:48 -0400
commita080283b81b46fb2152bfe46fbde5dbbbd8e2e55 (patch)
treebe35dbd11434cf86a17d3912efb0e0a9c6a6318d
parentf99612ddc4ae073bbc3a7123b78ea445426d737a (diff)
downloadaur-a080283b81b46fb2152bfe46fbde5dbbbd8e2e55.tar.gz
Bug fix in URL parameter, no longer an array
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab58aa69558e..689718b0e5fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=2
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')
-url=('https://github.com/FrancoisMalan/DivideScannedImages')
+url="https://github.com/FrancoisMalan/DivideScannedImages"
license=('GPL')
depends=('gimp')