summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWouter Wijsman2021-01-12 22:51:51 +0100
committerWouter Wijsman2021-01-12 22:51:51 +0100
commitcd356ca7b9b45ae5db42c585df58be80581d45bc (patch)
tree14d408a06bef4cced1a6874e72f2ac0c842c78ad
parent5bfd8105b6c95bec984fc3ae1ed4a31b04ad818b (diff)
downloadaur-cd356ca7b9b45ae5db42c585df58be80581d45bc.tar.gz
Make fluidsynth not optional
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b08d6e382a6..bdbd6b375156 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dosbox-staging
pkgdesc = DOS/x86 emulator focusing on ease of use. Based on DOSBox
pkgver = 0.76.0
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://github.com/dosbox-staging/dosbox-staging
arch = any
@@ -14,9 +14,9 @@ pkgbase = dosbox-staging
depends = sdl2_net
depends = opusfile
depends = alsa-lib
+ depends = fluidsynth
optdepends = libpng
optdepends = ncurses
- optdepends = fluidsynth
provides = dosbox
conflicts = dosbox
source = https://github.com/dosbox-staging/dosbox-staging/archive/v0.76.0.tar.gz
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")