summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornezumisama2020-06-27 15:09:36 +0200
committernezumisama2020-06-27 15:09:36 +0200
commit2a8c8a976b92c7e169716b8912156a92fa5b9a0d (patch)
tree33a232ea3cc22651e4d3c2a245d9650582aceec8
parent8a95cea475f7ba7ad79d7e3360dfeb4ff7231b38 (diff)
downloadaur-2a8c8a976b92c7e169716b8912156a92fa5b9a0d.tar.gz
Switched sources to a github repo with the snapshot of the registry site, as that site was scraped.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec75efd500aa..434b10ea8ab1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Wed Jan 13 19:01:29 UTC 2016
pkgbase = gimp-plugin-laso
pkgdesc = Selection tool using active contour models (aka snakes).
pkgver = 1.0
- pkgrel = 1
- url = http://registry.gimp.org/node/25038
+ pkgrel = 2
+ url = https://github.com/pixlsus/registry.gimp.org_static
arch = i686
arch = x86_64
license = unknown
depends = gimp
- source = http://registry.gimp.org/files/gimp-laso-devel_3.zip
- source = http://registry.gimp.org/files/gimp-laso-share.zip
+ source = https://github.com/pixlsus/registry.gimp.org_static/raw/master/registry.gimp.org/files/gimp-laso-devel_3.zip
+ source = https://github.com/pixlsus/registry.gimp.org_static/raw/master/registry.gimp.org/files/gimp-laso-share.zip
md5sums = 65b59063a06234c747a6c585795ab6e6
md5sums = 55d39232eaa0c3a45e47cf6594adf415
diff --git a/PKGBUILD b/PKGBUILD
index 108d096cbe10..efc93d555da9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=gimp-plugin-laso
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Selection tool using active contour models (aka snakes)."
arch=('i686' 'x86_64')
-url="http://registry.gimp.org/node/25038"
+url="https://github.com/pixlsus/registry.gimp.org_static"
license=('unknown')
depends=('gimp')
-source=("http://registry.gimp.org/files/gimp-laso-devel_3.zip"
- "http://registry.gimp.org/files/gimp-laso-share.zip")
+source=("https://github.com/pixlsus/registry.gimp.org_static/raw/master/registry.gimp.org/files/gimp-laso-devel_3.zip"
+ "https://github.com/pixlsus/registry.gimp.org_static/raw/master/registry.gimp.org/files/gimp-laso-share.zip")
md5sums=('65b59063a06234c747a6c585795ab6e6'
'55d39232eaa0c3a45e47cf6594adf415')