summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWouter Wijsman2021-01-12 22:51:51 +0100
committerWouter Wijsman2021-01-12 22:51:51 +0100
commitcd356ca7b9b45ae5db42c585df58be80581d45bc (patch)
tree14d408a06bef4cced1a6874e72f2ac0c842c78ad /PKGBUILD
parent5bfd8105b6c95bec984fc3ae1ed4a31b04ad818b (diff)
downloadaur-cd356ca7b9b45ae5db42c585df58be80581d45bc.tar.gz
Make fluidsynth not optional
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6148b05e1c8..63b913bb457d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=dosbox-staging
pkgver=0.76.0
-pkgrel=2
+pkgrel=3
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')
-optdepends=('libpng' 'ncurses' 'fluidsynth')
+depends=('sdl2' 'sdl2_net' 'opusfile' 'alsa-lib' 'fluidsynth')
+optdepends=('libpng' 'ncurses')
makedepends=('autoconf' 'automake' 'gcc' 'gzip')
provides=("dosbox")
conflicts=("dosbox")