summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 959cae2876ae..e55b3f56a7cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gimp-dds
pkgdesc = A plugin for the GIMP version 2.8. It allows you to load and save images in the Direct Draw Surface (DDS) format
pkgver = 3.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://code.google.com/p/gimp-dds
arch = any
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 3e9b9863b4d6..01cc77962ab2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Megameneer (Dennis Holierhoek) <dennis.hh@hotmail.com>
pkgname=gimp-dds
pkgver=3.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="A plugin for the GIMP version 2.8. It allows you to load and save images in the Direct Draw Surface (DDS) format"
arch=('any')
url=https://code.google.com/p/gimp-dds
@@ -19,6 +19,7 @@ build() {
package() {
cd "$srcdir"/gimp-dds-"$pkgver"
- install -dm755 "$pkgdir"/usr/share/gimp/2.0
- cp --no-preserve=mode dds "$pkgdir"/usr/share/gimp/2.0/
+ install -dm755 "$pkgdir"/usr/share/gimp/2.0/dds
+ cp dds "$pkgdir"/usr/share/gimp/2.0/dds
+ chmod 755 "$pkgdir"/usr/share/gimp/2.0/dds/dds
}