summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGitHub Action2024-04-11 17:10:55 -0400
committerGitHub Action2024-04-11 17:10:55 -0400
commit88a861c67a8d7097e1626e764f2d10f56305479b (patch)
treedc68d3096711ff9e9fd6a53df5c35f982943913a /PKGBUILD
parent7400afedc6342535537e2529c56733ecb4311204 (diff)
downloadaur-lilium-voyager-git.tar.gz
Add libmad dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2608e3b6718c..4fca154f8fd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=lilium-voyager-git
pkgver=20210609.g0f4e16fc
-pkgrel=1
+pkgrel=2
pkgdesc="An ioquake3-based Voyager: Elite Force source port."
url="https://clover.moe/lilium-voyager/"
license=('GPL')
arch=('i686' 'x86_64' 'aarch64')
-depends=('curl' 'freetype2' 'libjpeg' 'libvorbis' 'openal' 'opus' 'opusfile' 'sdl2' 'zlib')
+depends=('curl' 'freetype2' 'libjpeg' 'libmad' 'libvorbis' 'openal' 'opus' 'opusfile' 'sdl2' 'zlib')
makedepends=('git')
optdepends=('mumble: Mumble VoIP support' 'eliteforce-data-gog: data files from GOG')
conflicts=('lilium-voyager' 'lilium-voyager-bin')