diff options
author | Brandon Mittman | 2019-03-19 22:56:02 -0700 |
---|---|---|
committer | Brandon Mittman | 2019-03-19 22:56:02 -0700 |
commit | 4b56257351435efa5c8466eb934ccf61ecaef5d4 (patch) | |
tree | 49748dc2b7407e9096c571041e069ab4170e785f /PKGBUILD | |
parent | 9ed4959c177e3954832a0570fd383ccf1f53d77f (diff) | |
download | aur-4b56257351435efa5c8466eb934ccf61ecaef5d4.tar.gz |
Add dependencies needed for multimonitor update
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |