summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSwyter2022-06-18 18:10:41 +0200
committerSwyter2022-06-18 18:10:41 +0200
commit6bbda53511ebc22e90d53b379f0a7fe41a029ed1 (patch)
tree352a1f84dcdcccdfcf3ae22284a6afbd6ad26ea5 /PKGBUILD
parentb6792329f7be13540401b6eb1bdd8c5a14f17322 (diff)
downloadaur-6bbda53511ebc22e90d53b379f0a7fe41a029ed1.tar.gz
Raise the pkgrel and credit @MarsSeed.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b762d5a0638..884994fe1354 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=lib32-sndio
pkgver=1.8.1
-pkgrel=1
+pkgrel=2
pkgdesc='A small audio and MIDI framework part of the OpenBSD project (32 bit)'
arch=('x86_64')
url='http://www.sndio.org'
@@ -14,6 +14,10 @@ license=('ISC')
# ISC-licensed files by different authors to extract the licenses from
# if done that way. Licenses are complicated.
depends=(lib32-alsa-lib lib32-libbsd)
+# as noted by @MarsSeed: Reason: sndio is not actually needed during
+# the build, but it is needed if it is installed. (Because only the
+# x86_64 packages carry the include headers needed if someone wants
+# to run a lib32 build using lib32-sndio.)
depends+=('sndio')
source=("http://www.sndio.org/sndio-$pkgver.tar.gz")