Fix: Add sound to GUI setup

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2022-07-02 16:12:56 +02:00
parent 4c59dbce30
commit f10a37ad9e
Signed by: luzifer
GPG key ID: 0066F03ED215AD7D

View file

@ -6,7 +6,7 @@ pkgname=(
luzifer-devel
luzifer-gui
)
pkgver=0.6.0
pkgver=0.6.1
pkgrel=1
pkgdesc='System configuration for @luzifer systems'
arch=(any)
@ -162,4 +162,10 @@ package_luzifer-gui() {
xbindkeys
xclip
)
# Add sound
depends+=(
pulseaudio
pulsemixer
)
}