summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}