aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-05-05 10:01:13 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-05-05 08:13:42 +0000
commitbae00e074001f63eefbf785a876607e65c9fbe4d (patch)
tree59c734f4ec7426cedf94f4045f77bb569aad4aed
parente68de1640eb658512921a4b479b35fc632cc123a (diff)
downloadaports-bae00e074001f63eefbf785a876607e65c9fbe4d.tar.bz2
aports-bae00e074001f63eefbf785a876607e65c9fbe4d.tar.xz
community/pulseaudio: add missing dep on alsa-utils-openrc for -openrc subpkg
Fixes "Service 'pulseaudio' depends on nonexistent service 'alsa'" warning from OpenRC
-rw-r--r--community/pulseaudio/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/pulseaudio/APKBUILD b/community/pulseaudio/APKBUILD
index 7db289c70a..de7b4f5e83 100644
--- a/community/pulseaudio/APKBUILD
+++ b/community/pulseaudio/APKBUILD
@@ -5,7 +5,7 @@
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=pulseaudio
pkgver=13.0
-pkgrel=8
+pkgrel=9
pkgdesc="A featureful, general-purpose sound server"
url="https://www.freedesktop.org/wiki/Software/PulseAudio/"
arch="all"
@@ -42,6 +42,7 @@ makedepends="
perl-xml-parser
m4
"
+depends_openrc="alsa-utils-openrc"
subpackages="
$pkgname-dev
$pkgname-doc