summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPol Marcet Sardà2018-10-23 22:11:59 +0200
committerPol Marcet Sardà2018-10-23 22:11:59 +0200
commit07ce49287e28b34ee03f9e62ba8257a783ba7fed (patch)
treec5e00df8f7c2210029a7cc0c7b5ba33741367107 /PKGBUILD
parent2b516595a02d0ebfcda474f9d53f1a17e91dd38d (diff)
downloadaur-07ce49287e28b34ee03f9e62ba8257a783ba7fed.tar.gz
Missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a7e08e6e63b..1bb2be1ac0f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=(x86_64)
url="https://repo.or.cz/k8vavoom.git"
license=('GPLv2')
-depends=("zlib" "bzip2" "libpng" "libjpeg" "sdl2" "sdl2_mixer")
+depends=("zlib" "bzip2" "libpng" "libjpeg" "sdl2" "sdl2_mixer" "openal")
makedepends=("cmake" "git")
optdepends=("libmad" "mikmod")