summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 954d3827ec04..803c21d03664 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dosbox-staging-git
pkgdesc = A modernized DOSBox project using current development practices and tools, fixing issues, adding features that better support today's systems
- pkgver = 0.80.0.alpha.1.g3049309e7
+ pkgver = 0.80.0.alpha.50.g13964e0a0
pkgrel = 1
url = https://github.com/dosbox-staging/dosbox-staging
arch = any
@@ -12,10 +12,6 @@ pkgbase = dosbox-staging-git
depends = sdl2_net
depends = opusfile
depends = alsa-lib
- depends = fluidsynth
- depends = munt
- depends = libslirp
- depends = iir1
optdepends = libpng
provides = dosbox
conflicts = dosbox
diff --git a/PKGBUILD b/PKGBUILD
index 36eb4024687f..00d3168a8671 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=dosbox-staging-git
_pkgname=dosbox-staging
-pkgver=0.80.0.alpha.1.g3049309e7
+pkgver=0.80.0.alpha.50.g13964e0a0
pkgrel=1
pkgdesc="A modernized DOSBox project using current development practices and tools, fixing issues, adding features that better support today's systems"
arch=('any')
url="https://github.com/dosbox-staging/dosbox-staging"
license=('GPL2')
-depends=('sdl2' 'sdl2_net' 'opusfile' 'alsa-lib' 'fluidsynth' 'munt' 'libslirp' 'iir1')
+depends=('sdl2' 'sdl2_net' 'opusfile' 'alsa-lib')
optdepends=('libpng')
makedepends=('meson' 'gcc' 'gzip')
provides=("dosbox")