diff options
| -rw-r--r-- | .SRCINFO | 1 | ||||
| -rw-r--r-- | PKGBUILD | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,7 @@ pkgbase = swob-git url = https://git.sr.ht/~blueingreen/swob arch = any license = GPL-3.0-or-later + makedepends = git depends = sh depends = coreutils depends = sed @@ -7,6 +7,7 @@ pkgrel=1 pkgdesc="Volume and brightness controls for wayland, using wob" arch=('any') url="https://git.sr.ht/~blueingreen/swob" +makedepends=('git') depends=('sh' 'coreutils' 'sed' 'wob' 'alsa-utils' 'brightnessctl') optdepends=('wireplumber: wpctl, for pipewire support' 'libpulse: pactl, for pulseaudio support') license=(GPL-3.0-or-later) |
