git » dosbox-x.git » commit a03aff2

Release 0.83.22

author Mike Cuche
2022-02-01 17:09:51 UTC
committer Mike Cuche
2022-02-01 17:09:51 UTC
parent f516e9d76322679d248f465d7bc904450a14d018

Release 0.83.22

.SRCINFO +5 -5
PKGBUILD +4 -6

diff --git a/.SRCINFO b/.SRCINFO
index ad7c395..4eb9dc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = dosbox-x
 	pkgdesc = x86 emulator with builtin DOS, with patches with more features
-	pkgver = 0.83.21
+	pkgver = 0.83.22
 	pkgrel = 1
 	url = http://dosbox-x.com
 	arch = i686
@@ -17,11 +17,11 @@ pkgbase = dosbox-x
 	depends = mesa
 	depends = ffmpeg
 	depends = physfs
+	depends = libslirp
+	depends = libpcap
 	optdepends = openglide-git: Third-party 3dfx Glide API support
-	optdepends = libpcap: Allows DosBox-X to connect to a network and to the internet
-	optdepends = libslirp: Allows DosBox-X to connect to the internet (rootless solution)
 	conflicts = dosbox-x-git
-	source = https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v0.83.21.tar.gz
-	sha256sums = ec13bf16a9761c755df25f8b780aee589e328bcd490ac372538f8a87846456a2
+	source = https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v0.83.22.tar.gz
+	sha256sums = 75c5c1eb3b78701a80ad816f414640894cb0b5998a1a4d7f2af064b47a57b8c9
 
 pkgname = dosbox-x
diff --git a/PKGBUILD b/PKGBUILD
index a68ee14..7494fc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,19 @@
 # Maintainer: Mike Cuche <cuche AT mailbox.org>
 
 pkgname=dosbox-x
-pkgver=0.83.21
+pkgver=0.83.22
 pkgrel=1
 pkgdesc="x86 emulator with builtin DOS, with patches with more features"
 arch=(i686 x86_64 aarch64)
 url="http://dosbox-x.com"
 license=(GPL)
-depends=(fluidsynth libxkbfile libpng libxrandr mesa ffmpeg physfs)
+depends=(fluidsynth libxkbfile libpng libxrandr mesa ffmpeg physfs libslirp libpcap)
 makedepends=(glu libpcap libslirp)
-optdepends=('openglide-git: Third-party 3dfx Glide API support'
- 'libpcap: Allows DosBox-X to connect to a network and to the internet'
- 'libslirp: Allows DosBox-X to connect to the internet (rootless solution)')
+optdepends=('openglide-git: Third-party 3dfx Glide API support')
 conflicts=(dosbox-x-git)
 source=(https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v${pkgver}.tar.gz)
 
-sha256sums=('ec13bf16a9761c755df25f8b780aee589e328bcd490ac372538f8a87846456a2')
+sha256sums=('75c5c1eb3b78701a80ad816f414640894cb0b5998a1a4d7f2af064b47a57b8c9')
 
 build() {
   cd $srcdir/dosbox-x-dosbox-x-v${pkgver}