summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSainnhepark2020-07-28 06:49:28 +0800
committerSainnhepark2020-07-28 06:49:28 +0800
commit858af184ad8d807dc793e5d278301bee34a7ee7c (patch)
tree4198b31d2911c8d8e2e6f5b05028daf969a78336 /PKGBUILD
parent3efd7511da75e8477506ad00b78f946eb840f647 (diff)
downloadaur-858af184ad8d807dc793e5d278301bee34a7ee7c.tar.gz
add coc-extras to optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 61c7c79bcb55..43a301387896 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sainnhe Park <sainnhe@gmail.com>
pkgname=vim-coc
pkgver=0.0.78
-pkgrel=3
+pkgrel=4
pkgdesc='Intellisense engine for Vim8 & Neovim, full language server protocol support as VSCode'
arch=('any')
url='https://github.com/neoclide/coc.nvim'
@@ -9,7 +9,7 @@ license=('MIT')
depends=('vim' 'nodejs')
optdepends=('npm: for installing coc extensions'
'yarn: for installing coc extensions'
- 'coc-extras: additional necessary extensions')
+ 'vim-coc-extras-git: additional necessary extensions')
provides=('vim-coc')
conflicts=('vim-coc')
source=('https://github.com/neoclide/coc.nvim/archive/v0.0.78.tar.gz'