summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5babc14f36c2..05600f9e047e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,12 +2,14 @@ pkgbase = quake3
pkgdesc = The stock Quake 3 Arena binaries. PunkBuster Compatible.
pkgver = 1.32c
pkgrel = 2
- url = http://www.quake3arena.com/
+ url = https://web.archive.org/web/20000620090654/http://www.quake3arena.com/
install = quake3.install
arch = i686
arch = x86_64
license = GPL
makedepends = unzip
+ depends = lib32-libgl
+ depends = lib32-libxext
conflicts = ioquake3
conflicts = ioquake3-svn
source = quake3.install
diff --git a/PKGBUILD b/PKGBUILD
index 6df8f06a86fe..0614be5f1678 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Contributor: Slash <demodevil5[at]yahoo[dot]com>
+# Maintainer: Slash <demodevil5[at]yahoo[dot]com>
pkgname=quake3
pkgver=1.32c
pkgrel=2
pkgdesc="The stock Quake 3 Arena binaries. PunkBuster Compatible."
-url="http://www.quake3arena.com/"
+url="https://web.archive.org/web/20000620090654/http://www.quake3arena.com/"
license=('GPL')
arch=('i686' 'x86_64')
[ "${CARCH}" = "i686" ] && depends=('libgl' 'libxext')