summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArtem Vorotnikov2017-08-09 19:07:17 +0300
committerArtem Vorotnikov2017-08-09 19:07:17 +0300
commitcaf24784527d225e8da0272026f8dd52263be591 (patch)
tree3c6a0599fc4e436fd023b2e11ea1ce466f5e1246 /PKGBUILD
parent513ac69c71db770b8a881e9eb5f5127f0d66b1d0 (diff)
downloadaur-caf24784527d225e8da0272026f8dd52263be591.tar.gz
Add ranger to optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf845b1f611f..d47c659a3bdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,11 +11,12 @@ depends=(
'ncurses'
)
optdepends=(
- 'xorg-xmessage: for nicer debugging messages'
- 'xdotool: add support for kak windows switching (in grep, make... files)'
'clang: add command for C/CPP insert mode completion support'
- 'universal-ctags-git: provides `readtags` used by `:tag` command to jump on a tag definition'
+ 'ranger: provides file explorer functionality'
'tmux: tabbing support'
+ 'universal-ctags-git: provides `readtags` used by `:tag` command to jump on a tag definition'
+ 'xdotool: add support for kak windows switching (in grep, make... files)'
+ 'xorg-xmessage: for nicer debugging messages'
)
makedepends=(
'asciidoc'