summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Cuche2022-02-01 18:09:51 +0100
committerMike Cuche2022-02-01 18:09:51 +0100
commita03aff277d6f7fb32c2267fbf97882d0d26aec49 (patch)
tree6cac0eb7d6af3cee2feaed9fad840f021e526ceb
parentf516e9d76322679d248f465d7bc904450a14d018 (diff)
downloadaur-a03aff277d6f7fb32c2267fbf97882d0d26aec49.tar.gz
Release 0.83.22
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad7c3953a4b9..4eb9dc26c8b1 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 a68ee14f9f31..7494fc9e9667 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}