summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Kerrick2021-12-27 15:32:37 -0500
committerEthan Kerrick2021-12-27 15:32:37 -0500
commitcca7f446f9b36cc4122ec1fc8bc4b4bcc30bde95 (patch)
treefd9db2278f29034e8f0110bc300a868d1e58221c
parent6c8a5ae3ab90281746775c8838ee39d50bf63af3 (diff)
downloadaur-cca7f446f9b36cc4122ec1fc8bc4b4bcc30bde95.tar.gz
bumbed version to 0.78.0, added libslirp to depends
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 203e3f2d909d..5ddbae3b8043 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dosbox-staging
pkgdesc = DOS/x86 emulator focusing on ease of use. Based on DOSBox
- pkgver = 0.77.1
- pkgrel = 5
+ pkgver = 0.78.0
+ pkgrel = 1
epoch = 1
url = https://github.com/dosbox-staging/dosbox-staging
arch = any
@@ -17,10 +17,11 @@ pkgbase = dosbox-staging
depends = fluidsynth
depends = libpng
depends = munt
+ depends = libslirp
optdepends = ncurses
provides = dosbox
conflicts = dosbox
- source = https://github.com/dosbox-staging/dosbox-staging/archive/v0.77.1.tar.gz
- sha256sums = 85359efb7cd5c5c0336d88bdf023b7b462a8233490e00274fef0b85cca2f5f3c
+ source = https://github.com/dosbox-staging/dosbox-staging/archive/v0.78.0.tar.gz
+ sha256sums = 2e6dcfc45d7345b2d89287911718c93f30463f1d58a9bfdc3a353000520cbbf8
pkgname = dosbox-staging
diff --git a/PKGBUILD b/PKGBUILD
index b0fc1c745dbf..8631185a899e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Wouter Wijsman <wwijsman@live.nl>
pkgname=dosbox-staging
-pkgver=0.77.1
-pkgrel=5
+pkgver=0.78.0
+pkgrel=1
epoch=1
pkgdesc="DOS/x86 emulator focusing on ease of use. Based on DOSBox"
arch=('any')
url="https://github.com/dosbox-staging/dosbox-staging"
license=('GPL2')
-depends=('sdl2' 'sdl2_net' 'opusfile' 'alsa-lib' 'fluidsynth' 'libpng' 'munt')
+depends=('sdl2' 'sdl2_net' 'opusfile' 'alsa-lib' 'fluidsynth' 'libpng' 'munt' 'libslirp')
optdepends=('ncurses')
makedepends=('meson' 'ninja' 'gcc' 'gzip')
provides=("dosbox")
@@ -16,9 +16,7 @@ conflicts=("dosbox")
source=(
"https://github.com/dosbox-staging/${pkgname}/archive/v${pkgver}.tar.gz"
)
-sha256sums=(
- '85359efb7cd5c5c0336d88bdf023b7b462a8233490e00274fef0b85cca2f5f3c'
-)
+sha256sums=('2e6dcfc45d7345b2d89287911718c93f30463f1d58a9bfdc3a353000520cbbf8')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"