summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSainnhepark2020-07-26 13:14:58 +0800
committerSainnhepark2020-07-26 13:14:58 +0800
commita9678f8b6452e62acf799b3c0964b7caa7f83b55 (patch)
tree0fc0f0af5fdb9543cfbba5ba07dd1c9e99beade7 /PKGBUILD
parent949ad5878f2701a87afbccd7dfe7db8b829fd221 (diff)
downloadaur-a9678f8b6452e62acf799b3c0964b7caa7f83b55.tar.gz
add optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9398aff33b35..c9d9ff416e32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ arch=('any')
url='https://github.com/neoclide/coc.nvim'
license=('MIT')
depends=('vim' 'nodejs')
+optdepends=('npm: for installing coc extensions' 'yarn: for installing coc extensions')
provides=('vim-coc')
conflicts=('vim-coc')
source=('https://github.com/neoclide/coc.nvim/archive/v0.0.78.tar.gz')