summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbegin-theadventure2023-08-25 10:04:36 +0200
committerbegin-theadventure2023-08-25 10:04:36 +0200
commit2971680b1d2d32f45742edfb49b9abecfdd63637 (patch)
tree6ee2b3f455f020931532551b467223613ddc94d3 /PKGBUILD
parentd39d369aa2ff6465842196025cfc047739caf9ca (diff)
downloadaur-gimp-plugin-contrastfix.tar.gz
Change the url and source to the Wayback Machine and clean up
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 6 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 870060102c73..c4a8e98a6b18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,14 @@
pkgname=gimp-plugin-contrastfix
pkgver=1.0
-pkgrel=2
-pkgdesc="Adds a Contrast Adjustment layer to your image to help fix contrast problems."
+pkgrel=3
+pkgdesc="Adds a Contrast Adjustment layer to your image to help fix contrast problems"
arch=('any')
-url="http://registry.gimp.org/node/182"
+url="https://web.archive.org/web/20180628150143if_/http://registry.gimp.org/node/182"
license=('GPL3')
depends=('gimp')
-source=(https://cl.ly/42cc0501c4a9/download/Darla-ContrastFix.scm)
+source=(https://web.archive.org/web/20180628150143/http://registry.gimp.org/files/Darla-ContrastFix.scm)
md5sums=('b4a23007c15abe521a0a46ec2f04e515')
package() {
- cd ${srcdir}
- install -Dm0644 Darla-ContrastFix.scm \
- "${pkgdir}/usr/share/gimp/2.0/scripts/Darla-ContrastFix.scm"
- }
-
+ install -Dm644 Darla-ContrastFix.scm "$pkgdir/usr/share/gimp/2.0/scripts/Darla-ContrastFix.scm"
+}