summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Tseng2015-07-02 04:09:24 -0700
committerPeter Tseng2015-07-02 04:10:13 -0700
commitc4df38a86ecabe8ec45d3166795089df0e0904b2 (patch)
tree29b2bf7ae0e7e7133b204a1679e676acef5853c8
parent73d5321c52a74777b23ade486ba5140ca68d026b (diff)
downloadaur-c4df38a86ecabe8ec45d3166795089df0e0904b2.tar.gz
Use an actually-available source of lj046-src.zip
I have qualms about using a non-official source, but it's the best I have to offer :(
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a88d78565544..bfdca63b9e66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = lockjaw
license = GPL
depends = allegro
depends = dumb
- source = http://www.pineight.com/lj/lj046-src.zip
+ source = https://sites.google.com/site/xaelous/40l/lj046-src.zip
source = lj.dat
source = sound.dat
source = ljbg.jpg
diff --git a/PKGBUILD b/PKGBUILD
index 407006f56542..18c65e243ed4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,17 @@ url="http://www.pineight.com/lj"
license=('GPL')
depends=('allegro' 'dumb')
install=
-source=(http://www.pineight.com/lj/lj$pkgver-src.zip \
+
+# WARNING!!! This is not the original URL of the Lockjaw source code!
+# The original website has removed its copy of the Lockjaw, so I was forced to use alternative means.
+# I can make no personal guarantees as to the integrity of the file.
+# I did however verify that the sha256sum matches the copy I have before it was taken down.
+# That sha256sum is the one listed in this PKGBUILD.
+# I also did verify that diff -ru on the extracted contents showed no changes.
+# Unfortunately I realize that these claims aren't really verifiable by an outside party,
+# at least without access to the original sources.
+# Alas, this is the best I am able to offer you for the time being...
+source=(https://sites.google.com/site/xaelous/40l/lj${pkgver}-src.zip \
lj.dat \
sound.dat \
ljbg.jpg \