summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank LENORMAND2021-07-23 07:49:05 +0300
committerFrank LENORMAND2021-07-23 07:56:09 +0300
commit23103c9e82a11fb3c306e441f06b355b47d42b64 (patch)
tree03db894100ed0f141bc44bc4aca6a520f1eb0e89
parent956c8cf4d9c293357f8564c3d997bad9672f470e (diff)
downloadaur-23103c9e82a11fb3c306e441f06b355b47d42b64.tar.gz
pkbguild: Remove `ranger` optional dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d06134d21cb6..30744fac1665 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,6 @@ pkgbase = kakoune-git
optdepends = aspell: spell check, correct text
optdepends = clang: error reporting and diagnostics, completion
optdepends = ctags-git: complete and describe a symbol, jump to its definition
- optdepends = ranger: provides file explorer functionality
optdepends = tmux: split windows, spawn tabs
optdepends = xdotool: X11 window management
optdepends = xorg-xmessage: print detailed crash information in a separate window
diff --git a/PKGBUILD b/PKGBUILD
index 5365b3903cf1..295deacddcfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,6 @@ optdepends=(
"aspell: spell check, correct text"
"clang: error reporting and diagnostics, completion"
"ctags-git: complete and describe a symbol, jump to its definition"
- "ranger: provides file explorer functionality"
"tmux: split windows, spawn tabs"
"xdotool: X11 window management"
"xorg-xmessage: print detailed crash information in a separate window"