summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEray Aydın2015-12-31 02:23:07 +0200
committerEray Aydın2015-12-31 02:23:07 +0200
commit5397d55d265b23f96a9d3b49b9fa0e83e7f7cb5d (patch)
treec19038edfbe042e9c785904dcef521fcb2929e00
parent299663b9c1c8753ac75015c9065d7ae75ca218c9 (diff)
downloadaur-mutantfactions.tar.gz
Fixed multilib repository problem
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e01b8db4555..dfaee3ca1124 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Maintainer: Eray Aydın <eray@labkod.com>
pkgname=mutantfactions
pkgver=0.993
-pkgrel=2
+pkgrel=3
pkgdesc="Free multiplayer action game"
arch=('i686' 'x86_64')
url="http://mutantfactions.net"
license=('custom')
depends=('unionfs-fuse' 'hicolor-icon-theme' 'xdg-utils')
if [[ "$CARCH" == "x86_64" ]]; then
- depends+=('lib32-glu' 'lib32-libxrandr' 'lib32-freealut')
+ depends+=('lib32-glu' 'lib32-libxrandr' 'lib32-freealut', 'lib32-libxxf86vm', 'lib32-libxinerama', 'gcc-multilib')
else
- depends+=('glu' 'libxrandr' 'freealut')
+ depends+=('glu' 'libxrandr' 'freealut' 'gcc')
fi
optdepends=()
conflicts=('subvein')