summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalcolm Mallardi2022-08-01 14:23:40 -0400
committerMalcolm Mallardi2022-08-01 14:23:40 -0400
commitc817d355bf6a5207a447a2847518e88133efcd78 (patch)
tree0eb1a87d938305a6358348e0977d109081f53088
parente992f97d8f7eef74e5305a763c6bf54dd5aed090 (diff)
downloadaur-c817d355bf6a5207a447a2847518e88133efcd78.tar.gz
Add iir1 dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a1b7723cfb0..8159235cc772 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.280.g5898e49ac
- pkgrel = 3
+ pkgver = 0.79.0.alpha.1048.g5661bdfc4
+ pkgrel = 1
url = https://github.com/dosbox-staging/dosbox-staging
arch = any
license = GPL2
@@ -15,6 +15,7 @@ pkgbase = dosbox-staging-git
depends = fluidsynth
depends = munt
depends = libslirp
+ depends = iir1
optdepends = libpng
optdepends = ncurses
provides = dosbox
diff --git a/PKGBUILD b/PKGBUILD
index f5e8a4b322c6..533bf57acf66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=dosbox-staging-git
_pkgname=dosbox-staging
-pkgver=0.79.0.alpha.280.g5898e49ac
-pkgrel=3
+pkgver=0.79.0.alpha.1048.g5661bdfc4
+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')
+depends=('sdl2' 'sdl2_net' 'opusfile' 'alsa-lib' 'fluidsynth' 'munt' 'libslirp' 'iir1')
optdepends=('libpng' 'ncurses')
makedepends=('meson' 'gcc' 'gzip')
provides=("dosbox")