summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Anderson2023-11-24 09:34:16 -0800
committerEric Anderson2023-11-24 09:34:16 -0800
commit5ea87a5fe2513b24e114ff5b0cddf432efaeca11 (patch)
treede97bbca1a4e3a58243bce8069c2cc9b05219c0b
parent9124f674ec7aecf8dad06743bcb1d567ec0f4e70 (diff)
downloadaur-5ea87a5fe2513b24e114ff5b0cddf432efaeca11.tar.gz
Replace broken download link with archive.org
Looks like darcs.idyll.org is no longer configured in DNS, along with idyll.org. But http://ivory.idyll.org/ is working and I couldn't get a read on how long the domains have been offline, so I don't know if this is temporary or permanant. Certainly, permanent is a safe assumption giving the age of the software. The link can be replaced back with the original if it comes back online.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5808fbaeb3a6..0a763d7208ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="http://pypi.python.org/pypi/figleaf/$pkgver"
license=('BSD')
depends=('python2')
makedepends=('python2-setuptools')
-source=("http://darcs.idyll.org/~t/projects/figleaf-$pkgver.tar.gz")
+source=("https://web.archive.org/web/20150803033715_/http://darcs.idyll.org/~t/projects/figleaf-$pkgver.tar.gz")
sha256sums=('04d22485db08f9f60c7de92407753423fa0f574c00211e409e8b0f9482f2f062')
prepare() {