summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52c87b3b96f4..d30cf97209ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = kakoune-git
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 = ctags-fishman-git: provides `readtags` used by `:tag` command to jump on a tag definition
+ optdepends = ctags-git: provides `readtags` used by `:tag` command to jump on a tag definition
source = kakoune-git::git+https://github.com/mawww/kakoune.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9095aaf917c0..f1175151bb3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=('ncurses' 'boost')
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'
- 'ctags-fishman-git: provides `readtags` used by `:tag` command to jump on a tag definition')
+ 'ctags-git: provides `readtags` used by `:tag` command to jump on a tag definition')
makedepends=('git')
source=("${pkgname}::git+https://github.com/mawww/kakoune.git")