From 4037cf2d5c7393d75bd82c797ebea5787e8b3720 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 26 Apr 2019 13:59:49 -0400 Subject: [PATCH] Add swaybg-git dependency --- .SRCINFO | 3 ++- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e1c1c31..b773640 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = sway-git pkgdesc = i3-compatible Wayland compositor - pkgver = r5747.9032be4f + pkgver = r5893.e6fbb3c6 pkgrel = 1 url = https://swaywm.org arch = i686 @@ -18,6 +18,7 @@ pkgbase = sway-git depends = gdk-pixbuf2 depends = pam depends = xorg-server-xwayland + depends = swaybg-git optdepends = rxvt-unicode: Default terminal emulator. optdepends = dmenu: Default for launching applications. optdepends = i3status: To display system information with a bar. diff --git a/PKGBUILD b/PKGBUILD index 5310212..aa24b75 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,14 +1,14 @@ # Maintainer: Drew DeVault 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."