summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew DeVault2015-08-18 10:33:27 -0400
committerDrew DeVault2015-08-18 10:33:27 -0400
commit9321f547e0f0a0741369e67e94fb55d29a2f6d18 (patch)
treed0090638646f79d10438258bb161380ca242fea9
parent5632493d48a9446f42aa99c90010708332dbc7e9 (diff)
downloadaur-9321f547e0f0a0741369e67e94fb55d29a2f6d18.tar.gz
Make xwayland a required dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fd56114c6c4..a100b9371382 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = sway-git
makedepends = git
makedepends = asciidoc
depends = wlc-git
- optdepends = xorg-server-xwayland: running xorg windows under sway
+ depends = xorg-server-xwayland
optdepends = rxvt-unicode: default terminal emulator
optdepends = dmenu: default for launching applications
source = sway::git+https://github.com/SirCmpwn/sway.git
diff --git a/PKGBUILD b/PKGBUILD
index 6d44d7464fe2..02b688799508 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=sway-git
_pkgname=sway
-pkgver=r223.4b64e48
+pkgver=r247.85a573d
pkgrel=1
license=('MIT')
pkgdesc='i3 compatible window manager for Wayland'
makedepends=("cmake" "git" "asciidoc")
-depends=("wlc-git")
+depends=("wlc-git" "xorg-server-xwayland")
optdepends=(
- "xorg-server-xwayland: running xorg windows under sway"
"rxvt-unicode: default terminal emulator"
"dmenu: default for launching applications"
)