summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEthan Kerrick2021-07-10 13:49:06 -0400
committerEthan Kerrick2021-07-10 13:49:06 -0400
commit3715ae5f25636d8505c3b8cb35a7eb83c05be9f4 (patch)
treef9130166f932c11ab0986487e4db212963cea598 /PKGBUILD
parent59151af7f86da1c135b09b566ab72719e1280ae2 (diff)
downloadaur-3715ae5f25636d8505c3b8cb35a7eb83c05be9f4.tar.gz
made munt optional dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 051acafc51de..2a98868491a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=dosbox-staging
pkgver=0.77.0
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="DOS/x86 emulator focusing on ease of use. Based on DOSBox"
arch=('any')
url="https://github.com/dosbox-staging/dosbox-staging"
license=('GPL2')
-depends=('sdl2' 'sdl2_net' 'opusfile' 'alsa-lib' 'fluidsynth' 'munt')
-optdepends=('libpng' 'ncurses')
+depends=('sdl2' 'sdl2_net' 'opusfile' 'alsa-lib' 'fluidsynth')
+optdepends=('libpng' 'ncurses' 'munt: mt32 support')
makedepends=('meson' 'ninja' 'gcc' 'gzip')
provides=("dosbox")
conflicts=("dosbox")