summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaulo Fino2016-03-08 01:29:13 +0000
committerPaulo Fino2016-03-08 01:29:13 +0000
commite0c68ef7185e9103cadb8154655081c8ab566a55 (patch)
treeea3f7641793f6118d343831cc6d35695e5f52a2e
parent167505da0be5debb83c53b1b2f655377c2d3aaab (diff)
downloadaur-e0c68ef7185e9103cadb8154655081c8ab566a55.tar.gz
Fifth bugfix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6827b72aeb12..524d66035852 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gimp-plugin-registry
pkgdesc = Repository of optional extensions for GIMP
pkgver = 7.20141204
- pkgrel = 5
+ pkgrel = 6
url = https://launchpad.net/~otto-kesselgulasch/+archive/ubuntu/gimp
install = gimp-plugin-registry.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 762c1a806984..fe98caae2d19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gimp-plugin-registry
pkgver=7.20141204
-pkgrel=5
+pkgrel=6
debrel=0wily3~ppa
debrepo=https://launchpad.net/~otto-kesselgulasch/+archive/ubuntu/gimp/+files
pkgdesc="Repository of optional extensions for GIMP"
@@ -31,5 +31,5 @@ source=("${debrepo}/${pkgname}_${pkgver}-${debrel}_${_debarch}.deb")
package() {
msg2 "Installing "$pkgname"..."
- tar xzvf data.tar.xz -C "${pkgdir}"/
+ tar xvf data.tar.xz -C "${pkgdir}"/
}