diff --git a/.SRCINFO b/.SRCINFO index c5a95d8..65a19c1 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = sway-git pkgdesc = i3-compatible Wayland compositor - pkgver = r4818.183a4b0d + pkgver = r5522.70637b40 pkgrel = 1 url = https://swaywm.org arch = i686 @@ -26,6 +26,8 @@ pkgbase = sway-git optdepends = rxvt-unicode: Default terminal emulator. optdepends = dmenu: Default for launching applications. optdepends = i3status: To display system information with a bar. + optdepends = swayidle-git: Idle management daemon for Sway. + optdepends = swaylock-git: Screen locker for Sway. provides = sway conflicts = sway options = debug diff --git a/PKGBUILD b/PKGBUILD index 4bf628d..50af130 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault pkgname=sway-git _pkgname=sway -pkgver=r4818.183a4b0d +pkgver=r5522.70637b40 pkgrel=1 license=("MIT") pkgdesc="i3-compatible Wayland compositor" @@ -14,6 +14,8 @@ optdepends=( "rxvt-unicode: Default terminal emulator." "dmenu: Default for launching applications." "i3status: To display system information with a bar." + "swayidle-git: Idle management daemon for Sway." + "swaylock-git: Screen locker for Sway." ) arch=("i686" "x86_64") url="https://swaywm.org"