summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalcolm Mallardi2021-11-08 10:02:56 -0500
committerMalcolm Mallardi2021-11-08 10:02:56 -0500
commitbc3c85435a11f4d235ac7cd93233ebda3221bee8 (patch)
treedf58b38d31a1c2d9a1987b316cdfd369dec4fe34
parentbc33327ced6e907a6def1290c3f4f27f1f0b2bab (diff)
downloadaur-bc3c85435a11f4d235ac7cd93233ebda3221bee8.tar.gz
Add munt as a dependency, src build no longer links static munt
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc2f0dda3332..f7f852fb6a8a 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.78.0.alpha.258.gf8fecfda
+ pkgver = 0.78.0.alpha.758.g54b5f079
pkgrel = 1
url = https://github.com/dosbox-staging/dosbox-staging
arch = any
@@ -13,6 +13,7 @@ pkgbase = dosbox-staging-git
depends = opusfile
depends = alsa-lib
depends = fluidsynth
+ depends = munt
optdepends = libpng
optdepends = ncurses
provides = dosbox
diff --git a/PKGBUILD b/PKGBUILD
index 8612d7f087ee..aa8b3fff7e13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=dosbox-staging-git
_pkgname=dosbox-staging
-pkgver=0.78.0.alpha.258.gf8fecfda
+pkgver=0.78.0.alpha.758.g54b5f079
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')
+depends=('sdl2' 'sdl2_net' 'opusfile' 'alsa-lib' 'fluidsynth' 'munt')
optdepends=('libpng' 'ncurses')
makedepends=('meson' 'gcc' 'gzip')
provides=("dosbox")