summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSlashbunny2009-12-24 16:55:48 -0500
committerSlashbunny2009-12-24 16:55:48 -0500
commit919660c425103ac86aa78af95639d09b114d4bd6 (patch)
tree22e5fbe855eed4d13e760ea7c2fd15c491df3359 /PKGBUILD
parent9f343abe129f7f9854ad1085b376d7b27515fbf6 (diff)
downloadaur-919660c425103ac86aa78af95639d09b114d4bd6.tar.gz
Removed spaces in array assignment, doesnt work otherwise
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e7182114941..d50779f37f46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ezquake
pkgver=2.0
-pkgrel=2
+pkgrel=3
pkgdesc="One of the most Popular QuakeWorld clients for Linux/BSD/OSX/Win32. You need the retail pak files to play."
url="http://ezquake.sourceforge.net/"
license=('GPL')
@@ -21,8 +21,8 @@ md5sums=('25cad2fa8f695b18b2e6cab313a7a8be'
'b3fd62bf6f56f139257544cab74ba71e')
if [ $CARCH = 'x86_64' ]; then
- source[0] = "http://downloads.sourceforge.net/sourceforge/ezquake/ezquake_linux-x86_64_${pkgver}.tar.gz"
- md5sums[0] = 'db2e5f97152fe11b026a2814f0f30f12'
+ source[0]="http://downloads.sourceforge.net/sourceforge/ezquake/ezquake_linux-x86_64_${pkgver}.tar.gz"
+ md5sums[0]='db2e5f97152fe11b026a2814f0f30f12'
noextract=("ezquake_linux-x86_64_$pkgver.tar.gz")
fi