summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDrew DeVault2016-04-16 10:31:57 -0400
committerDrew DeVault2016-04-16 10:31:57 -0400
commite2f0c08a7fe1882e7067aabf34c08ff8675d484f (patch)
treefe45603bde2091c608a6e8c400700dc8634a57da /PKGBUILD
parent50fd1b29c192e58b3c4821d23ddd097e9bace6a3 (diff)
downloadaur-e2f0c08a7fe1882e7067aabf34c08ff8675d484f.tar.gz
Depend on wlc instead of wlc-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f407d6065580..4be0d301e988 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=sway-git
_pkgname=sway
-pkgver=r1398.8d5abac
+pkgver=r1461.54c635c
pkgrel=1
license=('MIT')
pkgdesc='i3 compatible window manager for Wayland'
makedepends=("cmake" "git" "asciidoc")
depends=(
- "wlc-git" "xorg-server-xwayland"
+ "wlc" "xorg-server-xwayland"
"xcb-util-image" "json-c"
"pango" "cairo"
"wayland" "gdk-pixbuf2"