summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlashbunny2012-09-11 14:04:40 -0400
committerSlashbunny2015-06-08 18:52:06 -0400
commit1ec61a82c6b16e76f54cac5d9c0a1721cd72b032 (patch)
treefa89d0dbacf1db42cb961d52f6819662f09b2024
parent535d3d8c15eba38c56b5f87df83c76ec0019319a (diff)
downloadaur-1ec61a82c6b16e76f54cac5d9c0a1721cd72b032.tar.gz
Fixed unzip command to point to the correct filename
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5df4cb6fddd..5cb9af667266 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = etqw
pkgdesc = Enemy Territory: Quake Wars is a commercial team and class-based multiplayer game. You need the retail DVD to play.
pkgver = 1.5
- pkgrel = 2
+ pkgrel = 3
url = http://zerowing.idsoftware.com/linux/etqw/
install = etqw.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 231b334cc2b2..525623d8acb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=etqw
pkgver=1.5
-pkgrel=2
+pkgrel=3
pkgdesc="Enemy Territory: Quake Wars is a commercial team and class-based multiplayer game. You need the retail DVD to play."
arch=('i686' 'x86_64')
url="http://zerowing.idsoftware.com/linux/etqw/"
@@ -16,7 +16,7 @@ makedepends=('unzip')
conflicts=('bin32-etqw')
install='etqw.install'
source=('etqw.launcher' 'etqw-rthread.launcher' 'etqwded.launcher' 'etqw.desktop' \
-"http://www.altfire.com/main/files/Gaming/Games/Quake%20Wars/ETQW-client-1.5-linux.x86.run")
+"http://www.altfire.com/main/files/Gaming/Games/Quake%20Wars/ETQW-client-${pkgver}-linux.x86.run")
md5sums=('3cbe2e753a7ab8406180ae2a8b7a1aa8'
'c7df646e396bd08727c713aab8b398ed'
'a3769be79f6ff5071d89f908078397dd'
@@ -28,7 +28,7 @@ build() {
install -d $pkgdir/opt/
# Unzip Linux Client Data
- sh -c "unzip -o $srcdir/ETQW-client-${pkgver}-full.x86.run -d $srcdir/ data/*; true"
+ sh -c "unzip -o $srcdir/ETQW-client-${pkgver}-linux.x86.run -d $srcdir/ data/*; true"
# Move Linux Client Data to Destination Directory
mv $srcdir/data $pkgdir/opt/etqw