summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume ALAUX2015-10-23 11:12:23 +0200
committerGuillaume ALAUX2015-10-23 11:12:23 +0200
commit123b9a0836f3666c0a3323a351091612bf44278e (patch)
tree4c4308ba5c418b496d02edd90fb3d800340fa8e2
parent12a2ef36ebd48f648ac58839176589efddd61568 (diff)
downloadaur-123b9a0836f3666c0a3323a351091612bf44278e.tar.gz
Update optional dep name ctags-git
-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")