summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew DeVault2015-08-16 10:25:27 -0400
committerDrew DeVault2015-08-16 10:25:27 -0400
commit783fd1ffb6ca250a90f45ac88d8c4bafe6a69ad6 (patch)
treea5449f19c72b409280f81ecdc7f1778df2b37e4e
parent5928da33195896c8f58ba6bdf7e53268232b02b2 (diff)
downloadaur-783fd1ffb6ca250a90f45ac88d8c4bafe6a69ad6.tar.gz
Depend on wlc-git instead
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24f883782c6a..06e473c29729 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'