summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEthan Kerrick2022-10-02 08:29:41 -0400
committerEthan Kerrick2022-10-02 08:29:41 -0400
commitc1b03bf619d1ee4c5efffae80763ccede1d9ab04 (patch)
treed22c000c434111b84b619bb996b1a462bd813b86 /PKGBUILD
parent9fc8c3373dab81c49046235115a7eea052089eb8 (diff)
downloadaur-c1b03bf619d1ee4c5efffae80763ccede1d9ab04.tar.gz
removed dependencies to be inline with magamo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")