summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Stepanov Aleksey <blueingreen@bluig.space>2025-10-22 17:52:27 +0500
committerLibravatar Stepanov Aleksey <blueingreen@bluig.space>2025-10-22 17:52:37 +0500
commit8f6f517e9e9b225963863f87b3d0e2585a2f903d (patch)
tree98fc344a039c01d26a4b53afefa996e109f2f27a
parent3526051831e2cd79b001f6fe7a4da933b25477be (diff)
Add makedepends
-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)