summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElMastro2019-08-04 22:27:50 +0200
committerElMastro2019-08-04 22:27:50 +0200
commit9bfb973c7aa32b7b2bbffe841091232710d8f45d (patch)
tree7ff39b7b09b2c265a0abcc25477339c2bd31c97f
parent43d70564237287cc8e886f0004b1c37ec64866e2 (diff)
downloadaur-9bfb973c7aa32b7b2bbffe841091232710d8f45d.tar.gz
added command to remove unnecessary folder
-rwxr-xr-x[-rw-r--r--].SRCINFO2
-rwxr-xr-x[-rw-r--r--]PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb26c9f2934f..df25c0f52444 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gimp-gap
pkgdesc = Gimp Animation Package, gimp's plugin for animation
pkgver = 2.6.1
- pkgrel = 2
+ pkgrel = 3
url = https://www.gimp.org/tutorials/Using_GAP/
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 67fd77b27da3..43da9dcb8fcb 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: M. Mastroeni <the_maxtro@hotmail.it>
pkgname=gimp-gap
pkgver=2.6.1
-pkgrel=2
+pkgrel=3
pkgdesc="Gimp Animation Package, gimp's plugin for animation"
url="https://www.gimp.org/tutorials/Using_GAP/"
arch=('x86_64' 'i686')
@@ -23,4 +23,5 @@ package() {
cmake
make
make DESTDIR="${pkgdir}" install
+ rmdir "${pkgdir}/usr/local/lib/gimp-gap-2.7"
}