summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d490c2d9a958..aa0ce4afbe2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Tue Feb 23 10:43:59 UTC 2016
pkgbase = gimp-plugin-make-anaglyph
pkgdesc = Gimp plugin to create stereoscopic 3D anaglyph photos from a stereo pair
pkgver = 1
@@ -8,8 +6,7 @@ pkgbase = gimp-plugin-make-anaglyph
arch = any
license = GPL2
depends = gimp
- source = http://registry.gimp.org/files/script-fu-make-anaglyph.scm
+ source = https://github.com/pixlsus/registry.gimp.org_static/raw/master/registry.gimp.org/files/script-fu-make-anaglyph.scm
sha256sums = 17891b9e7148c97a5e7497d9afcbc20271203321d95ff3b87a054e7a9dd6f770
pkgname = gimp-plugin-make-anaglyph
-
diff --git a/PKGBUILD b/PKGBUILD
index 644083602744..e7c40f220a96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
license=('GPL2')
url="http://registry.gimp.org/node/6527"
depends=('gimp')
-source=("http://registry.gimp.org/files/script-fu-${_script}.scm")
+source=("https://github.com/pixlsus/registry.gimp.org_static/raw/master/registry.gimp.org/files/script-fu-${_script}.scm")
sha256sums=('17891b9e7148c97a5e7497d9afcbc20271203321d95ff3b87a054e7a9dd6f770')
package() {