summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 9 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3415017f6c54..0cff482f1d24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,12 @@
+# Generated by mksrcinfo v8
+# Sun Feb 21 23:03:16 UTC 2016
pkgbase = anodyne-hib
pkgdesc = A top-down action-adventure game
pkgver = 1.508
pkgrel = 2
url = http://www.anodynegame.com/
- arch = any
+ arch = i686
+ arch = x86_64
license = custom
depends = adobe-air-sdk
source = hib://Anodyne_1_508_Linux-1378683147.zip
@@ -12,6 +15,8 @@ pkgbase = anodyne-hib
md5sums = 35d5911b9e14e31153767dd983df50f7
md5sums = f179eaa5e6e6674b1853cf826fc33c3a
md5sums = b9cfbd29fb8a1d605e193311b778d7d8
+ depends_i686 = alsa-plugins
+ depends_x86_64 = lib32-alsa-plugins
pkgname = anodyne-hib
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)