summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlashbunny2010-08-19 19:08:50 -0400
committerSlashbunny2010-08-19 19:08:50 -0400
commit34dd8507f1b273a33f3ef976df3a012f51450d6e (patch)
treecb7cfec49c87269570ee8e50adb9315be900e3d9
parent64b0abc3b825200af766bcfa03fd6196989667d5 (diff)
downloadaur-34dd8507f1b273a33f3ef976df3a012f51450d6e.tar.gz
Added missing arch, exec permissions not needed on library
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bdc177d8422..ee0ae384938a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = wolf
pkgdesc = Return to Castle Wolfenstein is a single and multiplayer first person shooter. You need the retail game files to play.
pkgver = 1.41b
- pkgrel = 4
+ pkgrel = 5
url = http://zerowing.idsoftware.com/linux/wolf/
install = wolf.install
arch = i686
+ arch = x86_64
license = custom
optdepends = xdg-utils: for opening urls
optdepends = et-sdl-sound: for sdl/alsa support
diff --git a/PKGBUILD b/PKGBUILD
index 9d62a690f6a3..21df7ca861a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=wolf
pkgver=1.41b
-pkgrel=4
+pkgrel=5
pkgdesc="Return to Castle Wolfenstein is a single and multiplayer first person shooter. You need the retail game files to play."
-arch=('i686')
+arch=('i686' 'x86_64')
url="http://zerowing.idsoftware.com/linux/wolf/"
license=('custom')
[ "${CARCH}" = "i686" ] && depends=('libgl' 'libxext')
@@ -67,7 +67,7 @@ build() {
$pkgdir/usr/bin/wolfded
# Install old libstdc++ library needed for Wolf to run
- install -D -m 755 $srcdir/libstdc++-libc6.2-2.so.3 \
+ install -D -m 644 $srcdir/libstdc++-libc6.2-2.so.3 \
$pkgdir/opt/wolf/libstdc++-libc6.2-2.so.3
# Install License (Return to Castle Wolfenstein)