*/nvim-*: enable riscv64 for neovim dependents

b37d4a9e added support for riscv64, which unblocks riscv64 arch for
neovim dependents.
This commit is contained in:
Dhruvin Gandhi 2023-04-14 08:43:12 +00:00 committed by psykose
parent ec30a10e65
commit e9bc18698d
9 changed files with 9 additions and 9 deletions

View File

@ -6,7 +6,7 @@ pkgver=0.4.3
pkgrel=5
pkgdesc="python client and plugin host for Nvim"
url="https://github.com/neovim/pynvim"
arch="noarch !riscv64" # rv64 no luajit
arch="noarch"
license="Apache-2.0"
depends="neovim python3 py3-msgpack py3-greenlet"
makedepends="py3-setuptools"

View File

@ -6,7 +6,7 @@ _commit=3022dbc9166796b644a841a02de8dd1cc1d311fa
pkgrel=0
pkgdesc="nvim-cmp source for buffer words"
url="https://github.com/hrsh7th/cmp-buffer"
arch="noarch !riscv64" # neovim
arch="noarch"
license="MIT"
subpackages="$pkgname-doc"
depends="nvim-cmp"

View File

@ -6,7 +6,7 @@ _commit=d1a96c21e53316e1e21571dcce529c68720b0cf9
pkgrel=0
pkgdesc="nvim-cmp source for vim cmdline"
url="https://github.com/hrsh7th/cmp-cmdline"
arch="noarch !riscv64" # neovim
arch="noarch"
license="MIT"
subpackages="$pkgname-doc"
depends="nvim-cmp"

View File

@ -6,7 +6,7 @@ _commit=affe808a5c56b71630f17aa7c38e15c59fd648a8
pkgrel=0
pkgdesc="nvim-cmp source for neovim builtin LSP client"
url="https://github.com/hrsh7th/cmp-nvim-lsp"
arch="noarch !riscv64" # neovim
arch="noarch"
license="MIT"
subpackages="$pkgname-doc"
depends="nvim-cmp"

View File

@ -6,7 +6,7 @@ _commit=a9de941bcbda508d0a45d28ae366bb3f08db2e36
pkgrel=0
pkgdesc="luasnip completion source for nvim-cmp"
url="https://github.com/saadparwaiz1/cmp_luasnip"
arch="noarch !riscv64" # neovim
arch="noarch"
license="Apache-2.0"
subpackages="$pkgname-doc"
depends="nvim-cmp"

View File

@ -6,7 +6,7 @@ _commit=1267fcfe8845f547b6d88d9a857859fb442fde6a
pkgrel=0
pkgdesc="nvim-cmp source for path"
url="https://github.com/hrsh7th/cmp-path"
arch="noarch !riscv64" # neovim
arch="noarch"
license="MIT"
subpackages="$pkgname-doc"
depends="nvim-cmp"

View File

@ -6,7 +6,7 @@ _commit=714ccb7483d0ab90de1b93914f3afad1de8da24a
pkgrel=0
pkgdesc="completion plugin for neovim"
url="https://github.com/hrsh7th/nvim-cmp"
arch="noarch !riscv64" # neovim
arch="noarch"
license="MIT"
subpackages="$pkgname-doc"
depends="neovim"

View File

@ -5,7 +5,7 @@ pkgver=0.8.0
pkgrel=0
pkgdesc="comment plugin for neovim"
url="https://github.com/numToStr/Comment.nvim"
arch="noarch !riscv64" # neovim
arch="noarch"
license="MIT"
subpackages="$pkgname-doc"
depends="neovim"

View File

@ -5,7 +5,7 @@ pkgver=1.2.1
pkgrel=0
pkgdesc="Snippet Engine for Neovim"
url="https://github.com/L3MON4D3/LuaSnip"
arch="noarch !riscv64" # neovim
arch="noarch"
license="Apache-2.0"
subpackages="$pkgname-doc"
depends="neovim"