summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEthan Kerrick2021-12-27 15:32:37 -0500
committerEthan Kerrick2021-12-27 15:32:37 -0500
commitcca7f446f9b36cc4122ec1fc8bc4b4bcc30bde95 (patch)
treefd9db2278f29034e8f0110bc300a868d1e58221c /PKGBUILD
parent6c8a5ae3ab90281746775c8838ee39d50bf63af3 (diff)
downloadaur-cca7f446f9b36cc4122ec1fc8bc4b4bcc30bde95.tar.gz
bumbed version to 0.78.0, added libslirp to depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
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}"