summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlashbunny2017-04-08 13:23:42 -0400
committerSlashbunny2017-04-08 13:23:42 -0400
commita779223d8d6918beb423e3fe5553a35bcec13c2a (patch)
tree290bb5944fcbe3cfeb351d08be4d77e7d6ce35d7
parent1adfcf3a9f87caf79790d0fc9250346bd949defc (diff)
downloadaur-a779223d8d6918beb423e3fe5553a35bcec13c2a.tar.gz
Update mirror, url
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b6f633e141a..546e90da4bdc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Sat Apr 8 17:23:32 UTC 2017
pkgbase = quake4
pkgdesc = Quake 4 Engine. You need the retail .pk4 files to play.
pkgver = 1.4.2
pkgrel = 3
- url = http://www.quake4game.com/
+ url = https://web.archive.org/web/20061205073314/http://www.idsoftware.com/games/quake/quake4/
install = quake4.install
arch = i686
arch = x86_64
@@ -16,12 +18,12 @@ pkgbase = quake4
source = quake4.launcher
source = quake4-dedicated.launcher
source = quake4-smp.launcher
- source = http://www.1337-server.net/quake4/quake4-linux-1.4.2.x86.run.gz
+ source = http://www.slashbunny.com/aur/quake4/quake4-linux-1.4.2.x86.run
sha256sums = 8d2ff5eb71ebf7ffef321097bc74e97755e5e510985df75863dd22cdf5a3ec2e
sha256sums = 667992139f08d3496c96ac02d15b830370ae14bcc15cc8e65ded4c58036d3f23
sha256sums = cfb3353c8c9d8be8a9a32ba05a48dca7c2125cef20159b85de7135c78a950e73
sha256sums = 62ba170609ca961430e39f7a24e23e1a3b28376e42f779e7e28714868d7758d1
- sha256sums = cc8d3b7279cce790d4c594931d21080509b1e2d7297f7a797544606cecf057b6
+ sha256sums = 9203b387b1a4075a1b9ad1eb7be32b49a88141a448d9330d9cbe1f40a145bd6a
pkgname = quake4
diff --git a/.gitignore b/.gitignore
index 19206de983b3..8428730784e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-quake4-linux-*.x86.run.gz
+quake4-linux-*.x86.run
+*.pkg.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index e58be05f10db..1722a4d306c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=quake4
pkgver=1.4.2
pkgrel=3
pkgdesc="Quake 4 Engine. You need the retail .pk4 files to play."
-url="http://www.quake4game.com/"
+url="https://web.archive.org/web/20061205073314/http://www.idsoftware.com/games/quake/quake4/"
license=('custom:"Quake 4"' \
'custom:"PunkBuster"')
if [ "$CARCH" = "x86_64" ]; then
@@ -17,12 +17,12 @@ fi
arch=('i686' 'x86_64')
install=quake4.install
source=('quake4.desktop' 'quake4.launcher' 'quake4-dedicated.launcher' 'quake4-smp.launcher' \
-"http://www.1337-server.net/quake4/quake4-linux-${pkgver}.x86.run.gz")
+"http://www.slashbunny.com/aur/quake4/quake4-linux-${pkgver}.x86.run")
sha256sums=('8d2ff5eb71ebf7ffef321097bc74e97755e5e510985df75863dd22cdf5a3ec2e'
'667992139f08d3496c96ac02d15b830370ae14bcc15cc8e65ded4c58036d3f23'
'cfb3353c8c9d8be8a9a32ba05a48dca7c2125cef20159b85de7135c78a950e73'
'62ba170609ca961430e39f7a24e23e1a3b28376e42f779e7e28714868d7758d1'
- 'cc8d3b7279cce790d4c594931d21080509b1e2d7297f7a797544606cecf057b6')
+ '9203b387b1a4075a1b9ad1eb7be32b49a88141a448d9330d9cbe1f40a145bd6a')
package() {
cd "${srcdir}"