summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGokcehan Kara2016-03-28 17:24:32 +0300
committerGokcehan Kara2016-03-28 17:37:41 +0300
commit16d8a1071b139118fec6fe4b8063dd4aab150124 (patch)
tree0d7649266367fbc00f36eaffbe7071beb53662f8 /PKGBUILD
parentc66b9c0c25b87e9d8655e86c7e6009bc0a6258cd (diff)
downloadaur-16d8a1071b139118fec6fe4b8063dd4aab150124.tar.gz
update package name of optional ctags dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")