summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Severance2024-01-01 18:14:31 -0500
committerChris Severance2024-01-01 18:14:31 -0500
commit1e28bfe1c565a2fe8493d9a9ae4b4084dd56d158 (patch)
treec63d59a300f0ca90c4a1272f0240d2067b7eb7f5 /PKGBUILD
parent84b093e69de46e8f29d50fd88d707f6bed0f3bc1 (diff)
downloadaur-1e28bfe1c565a2fe8493d9a9ae4b4084dd56d158.tar.gz
autu: Update to 2.0pre9.dev.r1646.g5959e5fb8-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0f1fe15c25d..74d320b841e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,7 +38,7 @@ _opt_altcommand=0
_pkgname='dosemu2'
pkgname="${_pkgname}-git"
-pkgver=2.0pre9.dev.r1551.g5a001d2f3
+pkgver=2.0pre9.dev.r1646.g5959e5fb8
pkgrel=1
_pkgver="${pkgver%%[a-z]*}"
pkgdesc='Virtual machine that allows you to run DOS programs under Linux'
@@ -60,7 +60,8 @@ optdepends=(
'sdl2: graphical display'
'fluidsynth: MIDI support'
'soundfont-fluid: or other SoundFont for MIDI support' # ERROR: Your fluidsynth is too old and soundfonts not found
- 'vde2-dosemu2: networking support'
+ #'vde2-dosemu2: networking support' # https://github.com/dosemu2/dosemu2/issues/327
+ #'slirp: networking support' # Integrated
'fbset: graphical display on console'
)
makedepends=('git' 'flex' 'bison' 'binutils' 'sed' 'perl' 'bash')
@@ -432,7 +433,8 @@ config {
sysconfdir /etc
fdtarball ${_freedos}
prefix /usr
- plugin_vde on
+ plugin_vde off
+ plugin_slirp on
fdpp ${_onoff[${_opt_fdpp}]}
debug ${_onoff[${_opt_Debug}]}
}