summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank LENORMAND2021-07-23 07:55:37 +0300
committerFrank LENORMAND2021-07-23 07:56:09 +0300
commita776ff584f99b019c8bc72c2576f5fb40315c55e (patch)
tree25102fe3b52b6ecf15d6b8b9afc4fc6ef1a50b29
parent23103c9e82a11fb3c306e441f06b355b47d42b64 (diff)
downloadaur-a776ff584f99b019c8bc72c2576f5fb40315c55e.tar.gz
pkgbuild: Describe additional optional dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30744fac1665..6dc7d17924d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,8 @@ 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 = editorconfig-core-c: set formatting options project-wide
+ optdepends = git: display and cycle through hunks, blame lines, handle file status
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 295deacddcfb..20d7f3138235 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,8 @@ optdepends=(
"aspell: spell check, correct text"
"clang: error reporting and diagnostics, completion"
"ctags-git: complete and describe a symbol, jump to its definition"
+ "editorconfig-core-c: set formatting options project-wide"
+ "git: display and cycle through hunks, blame lines, handle file status"
"tmux: split windows, spawn tabs"
"xdotool: X11 window management"
"xorg-xmessage: print detailed crash information in a separate window"