summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e8485b..8238ba0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 358786e..237acb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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)