summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhil Jones2021-11-04 23:29:04 +0000
committerPhil Jones2021-11-04 23:30:01 +0000
commitba2d1e827ed0ed3a3c26f403b3327b2ae943e80c (patch)
treeab79fb82da6d1ed5dac65c8660f411a167065d50 /PKGBUILD
parentaac23682fae36572904fab74e281212bd827fbb1 (diff)
downloadaur-greetd-mini-wl-greeter-git.tar.gz
Add wayland-protocols make dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db8dfa1409d6..312cc4f387e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Philip Jones <philj56@gmail.com>
pkgname=greetd-mini-wl-greeter-git
-pkgver=r22.5695f19
+pkgver=r30.c28c524
pkgrel=1
pkgdesc="Extremely minimal Wayland greeter for greetd."
arch=("x86_64")
@@ -8,7 +8,7 @@ url="https://github.com/philj56/greetd-mini-wl-greeter"
license=("MIT")
groups=()
depends=("cairo" "glib2" "json-c" "libepoxy" "libpng" "libxkbcommon" "pango" "wayland")
-makedepends=("meson" "git" "scdoc")
+makedepends=("meson" "git" "scdoc" "wayland-protocols")
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
replaces=()