summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45c61f4058a3..b087c6f2ca4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,17 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=sway-git
_pkgname=sway
-pkgver=r789.d95447f
+pkgver=r896.155f5d2
pkgrel=1
license=('MIT')
pkgdesc='i3 compatible window manager for Wayland'
makedepends=("cmake" "git" "asciidoc")
-depends=("wlc-git" "xorg-server-xwayland" "xcb-util-image" "json-c" "pango" "cairo" "wayland")
+depends=(
+ "wlc-git" "xorg-server-xwayland"
+ "xcb-util-image" "json-c"
+ "pango" "cairo"
+ "wayland" "gdk-pixbuf2"
+)
optdepends=(
"rxvt-unicode: default terminal emulator"
"dmenu: default for launching applications"