summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD15
2 files changed, 10 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 810416e64553..5715b2cc45f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = gimp-plugin-contrastfix
- pkgdesc = Adds a Contrast Adjustment layer to your image to help fix contrast problems.
+ pkgdesc = Adds a Contrast Adjustment layer to your image to help fix contrast problems
pkgver = 1.0
- pkgrel = 2
- url = http://registry.gimp.org/node/182
+ pkgrel = 3
+ url = https://web.archive.org/web/20180628150143if_/http://registry.gimp.org/node/182
arch = any
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
pkgname = gimp-plugin-contrastfix
-
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"
+}