summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKozak Ivan2020-11-02 10:17:26 +0400
committerKozak Ivan2020-11-02 10:17:26 +0400
commit88f22e5d197c54941cb6a1635d1d31cd7ffb3a47 (patch)
treef3dab9c0ba6a6fb3ac5500ac02660a64cea64937
parenta7addae53b44e295d49123aba75dd54e17df8841 (diff)
downloadaur-wlsunset-git.tar.gz
fix deps
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0beae648e775..7579c474558a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,9 @@ pkgbase = wlsunset-git
makedepends = git
makedepends = meson
makedepends = ninja
+ makedepends = scdoc
depends = wayland
+ depends = wayland-protocols
provides = wlsunset
conflicts = wlsunset
source = wlsunset-git::git+https://git.sr.ht/~kennylevinsen/wlsunset
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")