summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWouter Wijsman2021-01-12 22:46:26 +0100
committerWouter Wijsman2021-01-12 22:46:26 +0100
commit5bfd8105b6c95bec984fc3ae1ed4a31b04ad818b (patch)
treec8704dccf3603af1b639fe93611d80af050dfbe6 /PKGBUILD
parent4107bffc2f460fed239cb7770fce3b07a5fc3aa4 (diff)
downloadaur-5bfd8105b6c95bec984fc3ae1ed4a31b04ad818b.tar.gz
Add fluidsynth dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c5242a7ef79..d6148b05e1c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=dosbox-staging
pkgver=0.76.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')
-optdepends=('libpng' 'ncurses')
+optdepends=('libpng' 'ncurses' 'fluidsynth')
makedepends=('autoconf' 'automake' 'gcc' 'gzip')
provides=("dosbox")
conflicts=("dosbox")