summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Kerrick2022-10-02 08:29:41 -0400
committerEthan Kerrick2022-10-02 08:29:41 -0400
commitc1b03bf619d1ee4c5efffae80763ccede1d9ab04 (patch)
treed22c000c434111b84b619bb996b1a462bd813b86
parent9fc8c3373dab81c49046235115a7eea052089eb8 (diff)
downloadaur-c1b03bf619d1ee4c5efffae80763ccede1d9ab04.tar.gz
removed dependencies to be inline with magamo
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 977238d9ba12..12cd4b662f57 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.79.1
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/dosbox-staging/dosbox-staging
arch = any
@@ -14,11 +14,8 @@ pkgbase = dosbox-staging
depends = sdl2_net
depends = opusfile
depends = alsa-lib
- depends = fluidsynth
depends = libpng
- depends = munt
- depends = libslirp
- depends = speexdsp
+ depends = iir1
optdepends = ncurses
provides = dosbox
conflicts = dosbox
diff --git a/PKGBUILD b/PKGBUILD
index 842a6f2214cf..a8bc64b1e818 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=dosbox-staging
pkgver=0.79.1
-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' 'libpng' 'munt' 'libslirp' 'speexdsp')
+depends=('sdl2' 'sdl2_net' 'opusfile' 'alsa-lib' 'libpng' 'iir1')
optdepends=('ncurses')
makedepends=('meson' 'ninja' 'gcc' 'gzip')
provides=("dosbox")