summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDrew DeVault2019-04-26 13:59:49 -0400
committerDrew DeVault2019-04-26 13:59:49 -0400
commit4037cf2d5c7393d75bd82c797ebea5787e8b3720 (patch)
tree37e9ff2ed41fd48bed1f10e9f38a6f38b904a085 /PKGBUILD
parent1a20243208c8cccbcef20c7e105b60ec1193dbf5 (diff)
downloadaur-4037cf2d5c7393d75bd82c797ebea5787e8b3720.tar.gz
Add swaybg-git dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5310212e6a10..aa24b756b43b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=sway-git
_pkgname=sway
-pkgver=r5747.9032be4f
+pkgver=r5893.e6fbb3c6
pkgrel=1
license=("MIT")
pkgdesc="i3-compatible Wayland compositor"
makedepends=("meson" "git" "scdoc" "wayland-protocols")
depends=(
"json-c" "pcre" "wlroots-git" "cairo" "pango" "gdk-pixbuf2" "pam"
- "xorg-server-xwayland"
+ "xorg-server-xwayland" "swaybg-git"
)
optdepends=(
"rxvt-unicode: Default terminal emulator."