summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalcolm Mallardi2023-08-28 06:27:15 -0400
committerMalcolm Mallardi2023-08-28 06:27:15 -0400
commit1db6f01852d79530a3bfa3801a65163e96e86bc8 (patch)
tree11311fb934036bd3691f7942ddd17ccbb53e0d1f
parent37a63906169fde2f3dc39725f61b53809aab74f7 (diff)
downloadaur-1db6f01852d79530a3bfa3801a65163e96e86bc8.tar.gz
Dependency should be 'libslirp', not 'slirp'. Moved this to depends instead of optdepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0c3493b46fe..eaccdf2f6eb4 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.1160.g6644cf23c
+ pkgver = 0.81.0.alpha.1509.g5a8c0a394
pkgrel = 1
url = https://github.com/dosbox-staging/dosbox-staging
arch = any
@@ -11,12 +11,12 @@ pkgbase = dosbox-staging-git
depends = sdl2
depends = sdl2_net
depends = opusfile
+ depends = libslirp
depends = alsa-lib
depends = iir1
depends = fluidsynth
depends = munt
optdepends = libpng
- optdepends = slirp
provides = dosbox
conflicts = dosbox
source = git+https://github.com/dosbox-staging/dosbox-staging.git
diff --git a/PKGBUILD b/PKGBUILD
index 8b6ee3be222b..3b87aea14a28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=dosbox-staging-git
_pkgname=dosbox-staging
-pkgver=0.81.0.alpha.1160.g6644cf23c
+pkgver=0.81.0.alpha.1509.g5a8c0a394
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' 'iir1' 'fluidsynth' 'munt')
-optdepends=('libpng' 'slirp' )
+depends=('sdl2' 'sdl2_net' 'opusfile' 'libslirp' 'alsa-lib' 'iir1' 'fluidsynth' 'munt')
+optdepends=('libpng')
makedepends=('meson' 'gcc' 'gzip')
provides=("dosbox")
conflicts=("dosbox")