summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3bae187c77fc..919351b78876 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ pkgdesc="Day/night gamma adjustments for Wayland"
arch=('x86_64')
url="https://git.sr.ht/~kennylevinsen/wlsunset"
license=('MIT')
-depends=('wayland')
-makedepends=('git' 'meson' 'ninja')
+depends=('wayland' 'wayland-protocols')
+makedepends=('git' 'meson' 'ninja' 'scdoc')
provides=('wlsunset')
conflicts=('wlsunset')
source=("$pkgname::git+$url")