summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaroslav Lichtblau2014-11-29 18:37:27 +0100
committerJaroslav Lichtblau2014-11-29 18:37:27 +0100
commitd2caa26a68bc7982b028b08e56040d984ce98933 (patch)
treed4ab4176e4cd2f3997f3b7da62ee623165a7f9c0
parentbc690ba263d0a2c004a320571adc4586cfe3ecfb (diff)
downloadaur-gimp-plugin-pandora.tar.gz
gimp-plugin-pandora-0.9.3-2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 730ba15bea60..69cb8b88fde9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = gimp-plugin-pandora
- pkgdesc = A GIMP plug-in which helps in stitching together multiple images to make a panorama.
+ pkgdesc = A GIMP plug-in which helps in stitching together multiple images to make a panorama
pkgver = 0.9.3
pkgrel = 2
url = http://www.shallowsky.com/software/pandora/
- arch = i686
- arch = x86_64
+ arch = any
license = GPL
depends = gimp
source = http://www.shallowsky.com/software/pandora/pandora-combine-0.9.3.scm
diff --git a/PKGBUILD b/PKGBUILD
index c8e1f0daa435..9699ede1154d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=gimp-plugin-pandora
pkgver=0.9.3
pkgrel=2
-pkgdesc="A GIMP plug-in which helps in stitching together multiple images to make a panorama."
-arch=('i686' 'x86_64')
+pkgdesc="A GIMP plug-in which helps in stitching together multiple images to make a panorama"
+arch=('any')
license=('GPL')
url="http://www.shallowsky.com/software/pandora/"
depends=('gimp')
@@ -12,8 +12,7 @@ source=(http://www.shallowsky.com/software/pandora/pandora-combine-${pkgver}.scm
sha256sums=('603041ad27da450a58898b70b0b664a7f0d052ac36fde2aa58f4ea86922acf21')
package() {
- cd ${srcdir}
+ cd "${srcdir}"
- install -d "${pkgdir}/usr/share/gimp/2.0/scripts"
- install -D -m644 "pandora-combine-$pkgver.scm" "${pkgdir}/usr/share/gimp/2.0/scripts/pandora.scm"
+ install -Dm644 pandora-combine-$pkgver.scm "${pkgdir}"/usr/share/gimp/2.0/scripts/pandora.scm
}