summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalcolm Mallardi2022-10-02 06:59:11 -0400
committerMalcolm Mallardi2022-10-02 06:59:11 -0400
commitc4738e9e4bb6f5a66c47d391f07d28b91b0bd9c3 (patch)
treea84d17dcc1e7632191ec9c0d2338486eba63a159
parent09885824d999a1dff0d4aea6ac436d05db1f7bab (diff)
downloadaur-c4738e9e4bb6f5a66c47d391f07d28b91b0bd9c3.tar.gz
Reintroduce iir1 dependency
Without this, upon subsequent builds of this package will fail due to the fact that the internal version of iir1 has info installed in pkg-config, but the full library is not installed.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 803c21d03664..95133aea0b37 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.80.0.alpha.50.g13964e0a0
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/dosbox-staging/dosbox-staging
arch = any
license = GPL2
@@ -12,6 +12,7 @@ pkgbase = dosbox-staging-git
depends = sdl2_net
depends = opusfile
depends = alsa-lib
+ depends = iir1
optdepends = libpng
provides = dosbox
conflicts = dosbox
diff --git a/PKGBUILD b/PKGBUILD
index dd685db96722..6be2f6115bff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=dosbox-staging-git
_pkgname=dosbox-staging
pkgver=0.80.0.alpha.50.g13964e0a0
-pkgrel=2
+pkgrel=3
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')
+depends=('sdl2' 'sdl2_net' 'opusfile' 'alsa-lib' 'iir1')
optdepends=('libpng')
makedepends=('meson' 'gcc' 'gzip')
provides=("dosbox")