summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c2c8f01c9a0..f97435f45b49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat May 7 19:45:58 UTC 2016
+# Sun May 8 14:51:35 UTC 2016
pkgbase = hyperlightdrifter
pkgdesc = A 2D action role-playing game (Humble Version)
pkgver = 2016.04.18
@@ -12,12 +12,14 @@ pkgbase = hyperlightdrifter
depends = libcurl-compat
depends = openal
depends = libxcursor
+ depends = libpulse
noextract = HyperLightDrifter-DRMFree-Linux-2016-04-18.sh
source = local://HyperLightDrifter-DRMFree-Linux-2016-04-18.sh
md5sums = bae67eb8b26eb10389161992f0257c2c
depends_x86_64 = lib32-libcurl-compat
depends_x86_64 = lib32-openal
depends_x86_64 = lib32-libxcursor
+ depends_x86_64 = lib32-libpulse
pkgname = hyperlightdrifter
diff --git a/PKGBUILD b/PKGBUILD
index 2f3a6065c7b6..96277ee29ba8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,8 @@ pkgdesc="A 2D action role-playing game (Humble Version)"
arch=('i686' 'x86_64')
url="http://www.heart-machine.com/"
license=('custom')
-depends=('libcurl-compat' 'openal' 'libxcursor')
-depends_x86_64=('lib32-libcurl-compat' 'lib32-openal' 'lib32-libxcursor')
+depends=('libcurl-compat' 'openal' 'libxcursor' 'libpulse')
+depends_x86_64=('lib32-libcurl-compat' 'lib32-openal' 'lib32-libxcursor' 'lib32-libpulse')
makedepends=('unzip')
source=("local://${_filename}")
noextract=("${_filename}")