summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorelcia2021-12-22 14:58:52 +0100
committerMorelcia2021-12-22 14:58:52 +0100
commit98680a464adc7e7c545714818bd3304c52a43ee4 (patch)
treefc58fd924529c604f72b78dcf31ae94ebb522f18
parenteea3d890b2f3a9fb6fb99a79fd4f808efb6c5812 (diff)
downloadaur-98680a464adc7e7c545714818bd3304c52a43ee4.tar.gz
add openal to dependencies
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f44bcce99fb..cd176613d8ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Jazz² Resurrection: An open-source reimplementation of Jazz Jackrabbit
arch=('x86_64')
url="http://deat.tk/jazz2/"
license=('GPL3')
-depends=(mono)
+depends=(mono openal)
options=("!strip")
install="${pkgname}.install"