summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorderwinlu2015-07-04 16:51:26 +0200
committerderwinlu2015-07-04 16:51:26 +0200
commit583cb4cf23f6857b3c2327768cd6e4700453562c (patch)
tree108299c219bd0ee952b222ed7c94246730851550 /PKGBUILD
parent63e87906b825a5544917c08d068b0c8e169871e9 (diff)
downloadaur-583cb4cf23f6857b3c2327768cd6e4700453562c.tar.gz
remove gcc-multilib from requirements
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a0935f9f5b6..83e2fe4a0114 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ url="http://www.bay12forums.com/smf/index.php?topic=129219.0"
install="dwarffortress-sf.install"
license=('custom:dwarffortress-sf')
depends=(gcc-libs glew glu gtk2 libsndfile libxdamage ncurses openal sdl_image sdl_ttf cmake)
-makedepends=(unrar unzip git gcc-multilib)
+makedepends=(unrar unzip git)
if [[ $CARCH == 'x86_64' ]]; then
depends=(gcc-libs-multilib lib32-glew lib32-glu lib32-gtk2 lib32-libsndfile lib32-libxdamage lib32-ncurses lib32-openal lib32-sdl_image lib32-sdl_ttf)
optdepends=('lib32-nvidia-utils: If you have nvidia graphics'