summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalcolm Mallardi2022-09-20 12:49:44 -0400
committerMalcolm Mallardi2022-09-20 12:49:44 -0400
commit39249fd9ac61c0c89206f7f9439c6e4e73841b74 (patch)
tree88a9fa4a8b61c1a81f357af97f331550e7e03631
parent97353982fce12a274eff57e4e155dd81d75f0c4a (diff)
downloadaur-39249fd9ac61c0c89206f7f9439c6e4e73841b74.tar.gz
Remove ncurses as an optdepend, dosbox-staging devs confirmed that they've moved to bundled pdcurses for debugging
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a49d936ec8d3..954d3827ec04 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.79.0.alpha.1351.g5ba3fedfe
+ pkgver = 0.80.0.alpha.1.g3049309e7
pkgrel = 1
url = https://github.com/dosbox-staging/dosbox-staging
arch = any
@@ -17,7 +17,6 @@ pkgbase = dosbox-staging-git
depends = libslirp
depends = iir1
optdepends = libpng
- optdepends = ncurses
provides = dosbox
conflicts = dosbox
source = git+https://github.com/dosbox-staging/dosbox-staging.git
diff --git a/PKGBUILD b/PKGBUILD
index f651ecbb7e51..36eb4024687f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=dosbox-staging-git
_pkgname=dosbox-staging
-pkgver=0.79.0.alpha.1351.g5ba3fedfe
+pkgver=0.80.0.alpha.1.g3049309e7
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' 'alsa-lib' 'fluidsynth' 'munt' 'libslirp' 'iir1')
-optdepends=('libpng' 'ncurses')
+optdepends=('libpng')
makedepends=('meson' 'gcc' 'gzip')
provides=("dosbox")
conflicts=("dosbox")