summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsomepaulo2023-03-15 02:15:34 +0000
committersomepaulo2023-03-15 02:15:34 +0000
commita169eb570156cedad97ed0932b2245c4c60c9538 (patch)
tree1095dd3e08a7212dc15bb95a75b42f68f8f591ed /PKGBUILD
parentec4136cfd96606a791ccfdbc506921f5fcc3f9c8 (diff)
downloadaur-a169eb570156cedad97ed0932b2245c4c60c9538.tar.gz
Cleanup
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a3ca64d8e23c..94ebcf2e16ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@
pkgname=gimp-plugin-registry
pkgver=9.20180625
-pkgrel=3
-debrel=1ubu18.04~ppa
-debrepo=https://launchpad.net/~ubuntuhandbook1/+archive/ubuntu/gimp/+files
+pkgrel=4
+_debrel=1ubu18.04~ppa
+_debrepo=https://launchpad.net/~ubuntuhandbook1/+archive/ubuntu/gimp/+files
pkgdesc="Repository of optional extensions for GIMP"
arch=('x86_64')
url="https://launchpad.net/~ubuntuhandbook1/+archive/ubuntu/gimp"
@@ -22,9 +22,9 @@ install=${pkgname}.install
sha256sums=('6686a6ef7340db8ad402f1c80e0d44a67a695642462674bae8673ab6cc225497')
-source=("${debrepo}/${pkgname}_${pkgver}-${debrel}_amd64.deb")
+source=("${_debrepo}/${pkgname}_${pkgver}-${_debrel}_amd64.deb")
package() {
- msg2 "Installing "$pkgname"..."
+# msg2 "Installing "$pkgname"..."
tar xvf data.tar.xz -C "${pkgdir}"/
}