From 783fd1ffb6ca250a90f45ac88d8c4bafe6a69ad6 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 16 Aug 2015 10:25:27 -0400 Subject: [PATCH] Depend on wlc-git instead --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 24f8837..06e473c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgrel=1 license=('MIT') pkgdesc='i3 compatible window manager for Wayland' makedepends=("cmake") -depends=("wlc") +depends=("wlc-git") optdepends=("xorg-server-xwayland: running xorg windows under sway") arch=("i386" "x86_64") url='https://github.com/SirCmpwn/sway'