From 0f099cab6d1ebbfc58edf6f9e6d3a77462e9a7d5 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 1 May 2016 18:51:51 -0400 Subject: [PATCH] Depend on wlc-git, not wlc --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 4be0d30..f3fa096 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ license=('MIT') pkgdesc='i3 compatible window manager for Wayland' makedepends=("cmake" "git" "asciidoc") depends=( - "wlc" "xorg-server-xwayland" + "wlc-git" "xorg-server-xwayland" "xcb-util-image" "json-c" "pango" "cairo" "wayland" "gdk-pixbuf2"