summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Sylvestre2024-02-24 12:26:46 -0700
committerJeremy Sylvestre2024-02-24 12:26:46 -0700
commitb8c33e46e5be3eadb7227d5e0c185e2957e7f33b (patch)
tree937f242a834e18d13b2807c80ccbf37e21e68509
parent240f6778c32213c28720711862d324b58be86ca1 (diff)
downloadaur-b8c33e46e5be3eadb7227d5e0c185e2957e7f33b.tar.gz
Add wayland and wayland-protocols to makedepends
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fed17e1c12bc..9974cc92c1e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_gitname=waylogout
pkgname="$_gitname-git"
-pkgver=r16.72c5f4b
+pkgver=r31.8470e0a
pkgrel=1
pkgdesc="A lock/logout/suspend/reboot/poweroff dialog for Wayland."
arch=('x86_64')
url="https://github.com/loserMcloser/$_gitname"
license=('MIT')
depends=('libxkbcommon' 'cairo' 'gdk-pixbuf2' 'otf-font-awesome')
-makedepends=('git' 'meson' 'ninja' 'scdoc')
+makedepends=('git' 'meson' 'ninja' 'scdoc' 'wayland' 'wayland-protocols')
source=("git+https://github.com/loserMcloser/$_gitname.git")
md5sums=('SKIP')