summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Kerrick2022-09-19 18:02:32 -0400
committerEthan Kerrick2022-09-19 18:02:32 -0400
commit5d07b1102b21540a5690f4c69a606ddf841a52c9 (patch)
treeb05f82cc89d438b1be8b93d963a2a2ec96644c1a
parent3326fffca45f76688e007a9ce1920e53d9b2a2e9 (diff)
downloadaur-5d07b1102b21540a5690f4c69a606ddf841a52c9.tar.gz
updated to 0.79.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7542df46d923..70c36bd5e53f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dosbox-staging
pkgdesc = DOS/x86 emulator focusing on ease of use. Based on DOSBox
- pkgver = 0.78.1
+ pkgver = 0.79.0
pkgrel = 2
epoch = 1
url = https://github.com/dosbox-staging/dosbox-staging
@@ -18,10 +18,11 @@ pkgbase = dosbox-staging
depends = libpng
depends = munt
depends = libslirp
+ depends = speexdsp
optdepends = ncurses
provides = dosbox
conflicts = dosbox
- source = https://github.com/dosbox-staging/dosbox-staging/archive/v0.78.1.tar.gz
- sha256sums = dcd93ce27f5f3f31e7022288f7cbbc1f1f6eb7cc7150c2c085eeff8ba76c3690
+ source = https://github.com/dosbox-staging/dosbox-staging/archive/v0.79.0.tar.gz
+ sha256sums = 4c45dff631b6edbcec76f88be6e800b373d0303ef66189a6769a5a18fef106f2
pkgname = dosbox-staging
diff --git a/PKGBUILD b/PKGBUILD
index d556df6470fb..f8b233a07014 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributer: Wouter Wijsman <wwijsman@live.nl>
pkgname=dosbox-staging
-pkgver=0.78.1
+pkgver=0.79.0
pkgrel=2
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' 'libslirp')
+depends=('sdl2' 'sdl2_net' 'opusfile' 'alsa-lib' 'fluidsynth' 'libpng' 'munt' 'libslirp' 'speexdsp')
optdepends=('ncurses')
makedepends=('meson' 'ninja' 'gcc' 'gzip')
provides=("dosbox")
@@ -17,11 +17,11 @@ conflicts=("dosbox")
source=(
"https://github.com/dosbox-staging/${pkgname}/archive/v${pkgver}.tar.gz"
)
-sha256sums=('dcd93ce27f5f3f31e7022288f7cbbc1f1f6eb7cc7150c2c085eeff8ba76c3690')
+sha256sums=('4c45dff631b6edbcec76f88be6e800b373d0303ef66189a6769a5a18fef106f2')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"
- meson setup --prefix /usr -Dbuildtype=release build
+ meson setup -Ddefault_library=shared --prefix /usr build
}
build() {