summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5781ed07b74..068b8d2b2890 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
+# Generated by mksrcinfo v8
+# Sat Jan 30 15:14:52 UTC 2016
pkgbase = cavez-of-phear
pkgdesc = A Boulder Dash like game for consoles/terminals. Level editor included.
pkgver = 0.5.1
pkgrel = 1
- url = http://www.x86.no/cavezofphear/
+ url = https://web.archive.org/web/20140328135903/http://www.x86.no/cavezofphear/
arch = i686
arch = x86_64
license = GPL
depends = ncurses
- source = http://www.x86.no/cavezofphear/phear-0.5.1.tar.bz2
+ source = http://entware.dyndns.info/sources/phear-0.5.1.tar.bz2
md5sums = c9b3751dc52d332aaf04cbed4addf7c1
pkgname = cavez-of-phear
diff --git a/PKGBUILD b/PKGBUILD
index fbf762cfda22..3cbbef8022c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,12 @@ pkgver=0.5.1
pkgrel=1
pkgdesc="A Boulder Dash like game for consoles/terminals. Level editor included."
arch=('i686' 'x86_64')
-url="http://www.x86.no/cavezofphear/"
+#url="http://www.x86.no/cavezofphear/"
+url="https://web.archive.org/web/20140328135903/http://www.x86.no/cavezofphear/"
license=('GPL')
depends=('ncurses')
-source=(http://www.x86.no/cavezofphear/phear-$pkgver.tar.bz2)
+#source=(http://www.x86.no/cavezofphear/phear-$pkgver.tar.bz2)
+source=(http://entware.dyndns.info/sources/phear-$pkgver.tar.bz2)
md5sums=('c9b3751dc52d332aaf04cbed4addf7c1')
build() {