summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEthan Kerrick2024-03-04 15:02:40 -0500
committerEthan Kerrick2024-03-04 15:02:40 -0500
commit7abb8801b29ee97ec04d6950ff8fdd32f8cacd63 (patch)
treea79f790e5b87863bdb38c450f36892f2020c57f7 /PKGBUILD
parent87c3a51901303eaf5659e661c0785dfd49ede1bd (diff)
downloadaur-7abb8801b29ee97ec04d6950ff8fdd32f8cacd63.tar.gz
add zlib-ng and fixed sha256sum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3275b37e75e..7c14e7b35dc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,19 @@
pkgname=dosbox-staging
pkgver=0.81.0
-pkgrel=2
+pkgrel=3
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' 'libpng' 'iir1' 'sdl2_image' 'hicolor-icon-theme' 'speexdsp' 'libslirp' 'fluidsynth' 'munt')
+depends=('sdl2' 'sdl2_net' 'opusfile' 'alsa-lib' 'libpng' 'iir1' 'sdl2_image' 'hicolor-icon-theme' 'speexdsp' 'libslirp' 'fluidsynth' 'munt' 'zlib-ng')
optdepends=('ncurses')
makedepends=('meson' 'ninja' 'gcc' 'gzip')
provides=("dosbox")
conflicts=("dosbox")
source=("https://github.com/dosbox-staging/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('9b133dbf2fe8410bb475267a8f26844d56b9025079783ec6a4574841888ae600')
+sha256sums=('211cbd2fb781bee1e92963f57e8111e22bcaf17a3a6dc11189982a0eea311e9b')
build() {
cd "$srcdir/${pkgname}-${pkgver}"