summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eaccdf2f6eb4..1c514b00b72d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dosbox-staging-git
pkgdesc = A modernized DOSBox project using current development practices and tools, fixing issues, adding features that better support today's systems
- pkgver = 0.81.0.alpha.1509.g5a8c0a394
+ pkgver = 0.82.0.alpha
pkgrel = 1
url = https://github.com/dosbox-staging/dosbox-staging
arch = any
@@ -16,7 +16,8 @@ pkgbase = dosbox-staging-git
depends = iir1
depends = fluidsynth
depends = munt
- optdepends = libpng
+ depends = libpng
+ depends = zlib-ng
provides = dosbox
conflicts = dosbox
source = git+https://github.com/dosbox-staging/dosbox-staging.git
diff --git a/PKGBUILD b/PKGBUILD
index 3b87aea14a28..9de4a1450fb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,13 @@
pkgname=dosbox-staging-git
_pkgname=dosbox-staging
-pkgver=0.81.0.alpha.1509.g5a8c0a394
+pkgver=0.82.0.alpha
pkgrel=1
pkgdesc="A modernized DOSBox project using current development practices and tools, fixing issues, adding features that better support today's systems"
arch=('any')
url="https://github.com/dosbox-staging/dosbox-staging"
license=('GPL2')
-depends=('sdl2' 'sdl2_net' 'opusfile' 'libslirp' 'alsa-lib' 'iir1' 'fluidsynth' 'munt')
-optdepends=('libpng')
+depends=('sdl2' 'sdl2_net' 'opusfile' 'libslirp' 'alsa-lib' 'iir1' 'fluidsynth' 'munt' 'libpng' 'zlib-ng')
makedepends=('meson' 'gcc' 'gzip')
provides=("dosbox")
conflicts=("dosbox")