summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlashbunny2009-10-14 21:31:35 -0400
committerSlashbunny2009-10-14 21:31:35 -0400
commit663d29d24c1d1a8f6bb2bab56254166d1e831a66 (patch)
tree6251607d79e99db94e61b1c63a98ef36df9abee5
parent54d5e2d4e3758a6ed2be3223dbb6b0e05dc83190 (diff)
downloadaur-663d29d24c1d1a8f6bb2bab56254166d1e831a66.tar.gz
Added 64bit dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c98334b75b3..947d92e859ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc='Doom 3 Engine. You need the retail .pk4 files to play.'
url='http://www.doom3.com/'
license=('custom:"DOOM 3"' 'custom:"PunkBuster"')
[ "$CARCH" = "i686" ] && depends=('libxext' 'libgl' 'alsa-lib>=1.0.6')
-[ "$CARCH" = "x86_64" ] && depends=('lib32-libxext' 'lib32-libgl' 'lib32-alsa-lib>=1.0.6')
+[ "$CARCH" = "x86_64" ] && depends=('lib32-libxdamage' 'lib32-libxext' 'lib32-libgl' 'lib32-alsa-lib>=1.0.6')
arch=('i686' 'x86_64')
install=doom3.install
source=('doom3.launcher' 'doom3-dedicated.launcher' 'doom3.desktop' \