summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlashbunny2016-04-04 22:36:32 -0400
committerSlashbunny2016-04-04 22:36:32 -0400
commit0a14ac469eb4052a880949b441e91521e1755bf9 (patch)
tree99533016a73e6c110df73af04f0f009504a6b6ba
parentef8d556584e8aa109ca59350886358f8c69c9b6e (diff)
downloadaur-0a14ac469eb4052a880949b441e91521e1755bf9.tar.gz
Update mirror
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7aa3e902701..f5061764e0b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Tue Apr 5 02:36:09 UTC 2016
pkgbase = quake3-reactionq3
pkgdesc = Reaction Quake 3 is modification for Quake 3 modeled after games like ActionQ2 and ActionHL, that recreate an action movie atmosphere.
pkgver = 3.2
@@ -6,8 +8,8 @@ pkgbase = quake3-reactionq3
arch = any
license = custom
depends = quake3
- source = ftp://ftp.euronet.nl/pub/orange/games/Quake3/mods/Reaction/ReactionQuake3-v3.2-Full.zip
- md5sums = 9d376db7be9c2990953b93fae075458b
+ source = ftp://ftp.tw.freebsd.org/pub/ports/distfiles/ReactionQuake3-v3.2-Full.zip
+ sha256sums = c84de808ac5bd369a2047553745a1b2cb2fd8afe31a0ea6b8380424da5652bb1
pkgname = quake3-reactionq3
diff --git a/PKGBUILD b/PKGBUILD
index 05454ceb8793..7acc1930aa54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Contributor: Slash <demodevil5[at]yahoo[dot]com>
+# Maintainer: Slash <demodevil5[at]yahoo[dot]com>
pkgname=quake3-reactionq3
pkgver=3.2
@@ -8,14 +8,14 @@ url="http://www.rq3.com/"
license=('custom')
arch=('any')
depends=('quake3')
-source=('ftp://ftp.euronet.nl/pub/orange/games/Quake3/mods/Reaction/ReactionQuake3-v3.2-Full.zip')
-md5sums=('9d376db7be9c2990953b93fae075458b')
+source=('ftp://ftp.tw.freebsd.org/pub/ports/distfiles/ReactionQuake3-v3.2-Full.zip')
+sha256sums=('c84de808ac5bd369a2047553745a1b2cb2fd8afe31a0ea6b8380424da5652bb1')
PKGEXT='.pkg.tar'
package() {
# Create Destination Directory
- install -d ${pkgdir}/opt/quake3/
+ install -d "${pkgdir}/opt/quake3/"
# Intrall RQ3 Files
- mv ${srcdir}/rq3 ${pkgdir}/opt/quake3/
+ mv "${srcdir}/rq3" "${pkgdir}/opt/quake3/"
}