summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSainnhe Park2023-09-17 14:43:26 +0800
committerSainnhe Park2023-09-17 14:43:26 +0800
commitf8cfec194425e1cec7c8ae3e926722aeea9f7831 (patch)
tree1f33ed1ed0ddcd947f20a39228c95e732e9d05cb /PKGBUILD
parentcbd20935876b87f419e29d17bba761e0da9aaf5c (diff)
downloadaur-f8cfec194425e1cec7c8ae3e926722aeea9f7831.tar.gz
Fix makedeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 742fce011545..3ee4da56ba6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='Auto pairs extension for coc.nvim'
arch=('any')
url='https://github.com/neoclide/coc-pairs'
depends=('neovim-coc')
-makedepends=('git' 'yarn')
+makedepends=('yarn' 'npm' 'git')
_packdir="usr/share/nvim/runtime/pack/coc/start/${_extname}"
license=('MIT')
groups=('neovim-coc-extras-git')