summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrandon Mittman2019-03-19 22:56:02 -0700
committerBrandon Mittman2019-03-19 22:56:02 -0700
commit4b56257351435efa5c8466eb934ccf61ecaef5d4 (patch)
tree49748dc2b7407e9096c571041e069ab4170e785f /PKGBUILD
parent9ed4959c177e3954832a0570fd383ccf1f53d77f (diff)
downloadaur-4b56257351435efa5c8466eb934ccf61ecaef5d4.tar.gz
Add dependencies needed for multimonitor update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c473b4d75997..6f5df1fec0d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Blurs and pixelates background, adds lock icon and text, for sway."
arch=('any')
url="https://github.com/Big-B/swaylock-fancy"
license=('MIT')
-depends=('coreutils' 'awk' 'bash' 'util-linux' 'imagemagick' 'swaylock' 'grim')
+depends=('coreutils' 'awk' 'grep' 'sed' 'bash' 'util-linux' 'imagemagick' 'swaylock' 'grim')
optdepends=('wmctrl: minimize windows before locking')
makedepends=('git')
provides=('swaylock-fancy')