summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSainnhe Park2023-09-17 14:42:47 +0800
committerSainnhe Park2023-09-17 14:42:47 +0800
commitecc0c7f0bf659e142fdb2cec08f0a903d701074a (patch)
treee41e7a579cbe9f6ef4dba295b8c5f5c9f57c5c85
parent1043d24801a4f17f8be74f86822e8a8653b2e121 (diff)
downloadaur-neovim-coc-marketplace-git.tar.gz
Fix makedeps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 722dc9e21b3b..847c657276b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,9 @@ pkgbase = neovim-coc-marketplace-git
url = https://github.com/fannheyward/coc-marketplace
arch = any
license = MIT
- makedepends = git
makedepends = yarn
+ makedepends = npm
+ makedepends = git
depends = neovim-coc
provides = neovim-coc-marketplace
conflicts = neovim-coc-marketplace
@@ -14,4 +15,3 @@ pkgbase = neovim-coc-marketplace-git
sha256sums = SKIP
pkgname = neovim-coc-marketplace-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 1a64ff52b047..95122d479154 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='coc.nvim extensions marketplace'
arch=('any')
url='https://github.com/fannheyward/coc-marketplace'
depends=('neovim-coc')
-makedepends=('git' 'yarn')
+makedepends=('yarn' 'npm' 'git')
_packdir="usr/share/nvim/runtime/pack/coc/start/${_extname}"
license=('MIT')
provides=("${_pkgname}")