summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtem Vorotnikov2017-08-09 19:07:17 +0300
committerArtem Vorotnikov2017-08-09 19:07:17 +0300
commitcaf24784527d225e8da0272026f8dd52263be591 (patch)
tree3c6a0599fc4e436fd023b2e11ea1ce466f5e1246
parent513ac69c71db770b8a881e9eb5f5127f0d66b1d0 (diff)
downloadaur-caf24784527d225e8da0272026f8dd52263be591.tar.gz
Add ranger to optdepends
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf7dcd130409..9fd8daf2c42c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Aug 9 16:03:19 UTC 2017
+# Wed Aug 9 16:07:02 UTC 2017
pkgbase = kakoune-git
pkgdesc = Code editor heavily inspired by Vim
pkgver = r5401.a61c51df
@@ -13,11 +13,12 @@ pkgbase = kakoune-git
makedepends = git
depends = boost-libs
depends = ncurses
- optdepends = xorg-xmessage: for nicer debugging messages
- optdepends = xdotool: add support for kak windows switching (in grep, make... files)
optdepends = clang: add command for C/CPP insert mode completion support
- optdepends = universal-ctags-git: provides `readtags` used by `:tag` command to jump on a tag definition
+ optdepends = ranger: provides file explorer functionality
optdepends = tmux: tabbing support
+ optdepends = universal-ctags-git: provides `readtags` used by `:tag` command to jump on a tag definition
+ optdepends = xdotool: add support for kak windows switching (in grep, make... files)
+ optdepends = xorg-xmessage: for nicer debugging messages
source = kakoune-git::git+https://github.com/mawww/kakoune.git
sha256sums = SKIP
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'