From 68566c9982fe2ab779f342345d2d57b860655c48 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 2 Jul 2022 16:31:24 +0200 Subject: [PATCH] Fix: Need alsa-utils for amixer Signed-off-by: Knut Ahlers --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 8afedfe..722aad9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgname=( luzifer-gui luzifer-lenovo-gui ) -pkgver=0.6.2 +pkgver=0.6.3 pkgrel=1 pkgdesc='System configuration for @luzifer systems' arch=(any) @@ -179,7 +179,7 @@ package_luzifer-gui() { # Add sound depends+=( - pamixer + alsa-utils pulseaudio pulsemixer )