summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4afd9c2320ec..bfc21b28db35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,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-git: provides `readtags` used by `:tag` command to jump on a tag definition
+ optdepends = universal-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 7fadb3e62acb..7ec40c0fd1cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Shizeeg Unadequatov <shizeeque@gmail.com>
pkgname=kakoune-git
-pkgver=r2699.4bbd8a4
+pkgver=r3963.c8490c4
pkgrel=1
pkgdesc='Code editor heavily inspired by Vim'
arch=('i686' 'x86_64')
@@ -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-git: provides `readtags` used by `:tag` command to jump on a tag definition')
+ 'universal-ctags-git: provides `readtags` used by `:tag` command to jump on a tag definition')
makedepends=('git' 'asciidoc')
source=("${pkgname}::git+https://github.com/mawww/kakoune.git")