summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStephen Gregoratto2019-01-16 23:20:40 +1100
committerDrew DeVault2019-01-16 08:13:29 -0500
commit8cb5b3989a60fb63a9668fc1784d5bdcb1dd57b1 (patch)
treea7366f189102ec07132e9546db476cff077651b6 /PKGBUILD
parent54c712fdc1ab7b413e2ed1f08e9880593ac819ae (diff)
downloadaur-8cb5b3989a60fb63a9668fc1784d5bdcb1dd57b1.tar.gz
Add swaylock/swayidle back as optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4bf628dfbc59..50af130734c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
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"