summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYaohan Chen2016-02-21 18:03:25 -0500
committerYaohan Chen2016-02-21 18:03:25 -0500
commitae1864105cbab562447f46458475c71169697cf7 (patch)
treee6a244a6ceb8e21f36228d04492cc697be9e3d2a /PKGBUILD
parent227d69d344ecaf16c4099abaf5977853616fd510 (diff)
downloadaur-ae1864105cbab562447f46458475c71169697cf7.tar.gz
Add alsa-plugins dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cbf2a491a4e1..ce0f89df4fa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,10 @@ url=http://www.anodynegame.com/
license=('custom')
pkgver=1.508
pkgrel=2
-arch=(any)
+arch=(i686 x86_64)
depends=('adobe-air-sdk')
+depends_i686=('alsa-plugins')
+depends_x86_64=('lib32-alsa-plugins')
source=(hib://Anodyne_1_508_Linux-1378683147.zip
air-generic-launcher.sh
eula.txt)