summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSainnhepark2020-07-26 13:14:58 +0800
committerSainnhepark2020-07-26 13:14:58 +0800
commita9678f8b6452e62acf799b3c0964b7caa7f83b55 (patch)
tree0fc0f0af5fdb9543cfbba5ba07dd1c9e99beade7
parent949ad5878f2701a87afbccd7dfe7db8b829fd221 (diff)
downloadaur-a9678f8b6452e62acf799b3c0964b7caa7f83b55.tar.gz
add optdepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8343e77c9af9..855a14bca212 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = vim-coc
license = MIT
depends = vim
depends = nodejs
+ optdepends = npm: for installing coc extensions
+ optdepends = yarn: for installing coc extensions
provides = vim-coc
conflicts = vim-coc
source = https://github.com/neoclide/coc.nvim/archive/v0.0.78.tar.gz
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')