summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlashbunny2016-01-16 12:38:27 -0500
committerSlashbunny2016-01-16 12:38:27 -0500
commit3190650d81431497f0db4b4f0d6fadaa4941a85b (patch)
tree0dbad9f068eb822f878a5ca9506123f27500aea9
parent2c8f46af42614ac4321b51aedb116e437612e00c (diff)
downloadaur-3190650d81431497f0db4b4f0d6fadaa4941a85b.tar.gz
Updated CPMA website, mirror, upstream now includes all maps
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD15
2 files changed, 13 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac8ecfea18a5..dc8d13acd922 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
+# Generated by mksrcinfo v8
+# Sat Jan 16 17:37:39 UTC 2016
pkgbase = quake3-cpma
pkgdesc = Challenge ProMode Arena (CPMA) is a Quake3 modification which adds features aimed towards professional gamers and competitive enviroments.
pkgver = 1.48
pkgrel = 1
- url = http://eu.promode.ru/
+ url = http://playmorepromode.org/
arch = any
license = custom
depends = quake3
source = quake3-cpma.launcher
- source = http://promode.ru/files/cpma148-nomaps.zip
+ source = http://playmorepromode.org/CPMA148.zip
sha256sums = 436f0545efc0edaaf5aad884dfe103e13363f25be276471b6c57c8932575e245
- sha256sums = 1f0aafcaa48a16880ab4541aaa8b9d017c6c0b90c8fc0b4de871f976c05598d5
+ sha256sums = 83e7acb9f5597a4a9d9b35bbddbdbacfc3943c5a710b7a2b48c2318d1253c9de
pkgname = quake3-cpma
diff --git a/PKGBUILD b/PKGBUILD
index 7ea18f507244..ccdb696f3c8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,20 +4,21 @@ pkgname=quake3-cpma
pkgver=1.48
pkgrel=1
pkgdesc="Challenge ProMode Arena (CPMA) is a Quake3 modification which adds features aimed towards professional gamers and competitive enviroments."
-url="http://eu.promode.ru/"
+url="http://playmorepromode.org/"
license=('custom')
arch=('any')
depends=('quake3')
-source=('quake3-cpma.launcher' 'http://promode.ru/files/cpma148-nomaps.zip')
+source=('quake3-cpma.launcher' 'http://playmorepromode.org/CPMA148.zip')
sha256sums=('436f0545efc0edaaf5aad884dfe103e13363f25be276471b6c57c8932575e245'
- '1f0aafcaa48a16880ab4541aaa8b9d017c6c0b90c8fc0b4de871f976c05598d5')
+ '83e7acb9f5597a4a9d9b35bbddbdbacfc3943c5a710b7a2b48c2318d1253c9de')
+PKGEXT='.pkg.tar'
package() {
# Base CPMA Files
- install -d ${pkgdir}/opt/quake3/
- mv ${srcdir}/cpma ${pkgdir}/opt/quake3/
+ install -d "${pkgdir}/opt/quake3/"
+ mv "${srcdir}/"{baseq3,cpma} "${pkgdir}/opt/quake3/"
# Install Launcher
- install -D -m 755 ${srcdir}/quake3-cpma.launcher \
- ${pkgdir}/usr/bin/quake3-cpma
+ install -D -m 755 "${srcdir}/quake3-cpma.launcher" \
+ "${pkgdir}/usr/bin/quake3-cpma"
}