summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2024-01-01 18:14:31 -0500
committerChris Severance2024-01-01 18:14:31 -0500
commit1e28bfe1c565a2fe8493d9a9ae4b4084dd56d158 (patch)
treec63d59a300f0ca90c4a1272f0240d2067b7eb7f5
parent84b093e69de46e8f29d50fd88d707f6bed0f3bc1 (diff)
downloadaur-1e28bfe1c565a2fe8493d9a9ae4b4084dd56d158.tar.gz
autu: Update to 2.0pre9.dev.r1646.g5959e5fb8-1
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b91568144722..9c0f44a1925f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dosemu2-git
pkgdesc = Virtual machine that allows you to run DOS programs under Linux
- pkgver = 2.0pre9.dev.r1551.g5a001d2f3
+ pkgver = 2.0pre9.dev.r1646.g5959e5fb8
pkgrel = 1
url = https://github.com/dosemu2/dosemu2
arch = i686
@@ -28,7 +28,6 @@ pkgbase = dosemu2-git
optdepends = sdl2: graphical display
optdepends = fluidsynth: MIDI support
optdepends = soundfont-fluid: or other SoundFont for MIDI support
- optdepends = vde2-dosemu2: networking support
optdepends = fbset: graphical display on console
provides = dosemu=2.0
provides = dosemu2=2.0
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}]}
}