summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDrew DeVault2015-08-23 13:19:22 -0400
committerDrew DeVault2015-08-23 13:19:22 -0400
commit42867720f155eb044220cfc4ce8a3514bb72bc2d (patch)
tree739b81b7c7396d6d602114f018c33790aa183570 /PKGBUILD
parent9321f547e0f0a0741369e67e94fb55d29a2f6d18 (diff)
downloadaur-42867720f155eb044220cfc4ce8a3514bb72bc2d.tar.gz
Add xcb-util-image as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02b688799508..e97e2c8d9e0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=sway-git
_pkgname=sway
-pkgver=r247.85a573d
+pkgver=r411.e232241
pkgrel=1
license=('MIT')
pkgdesc='i3 compatible window manager for Wayland'
makedepends=("cmake" "git" "asciidoc")
-depends=("wlc-git" "xorg-server-xwayland")
+depends=("wlc-git" "xorg-server-xwayland" "xcb-util-image")
optdepends=(
"rxvt-unicode: default terminal emulator"
"dmenu: default for launching applications"