mirror of
https://github.com/TrentSPalmer/aur-packages.git
synced 2024-11-21 19:01:31 -08:00
version bump vim-hug-neovim-rpc-git now with an MIT
License version bump nvim-yarp now with an MIT License
This commit is contained in:
parent
72e4691159
commit
0590b7efe9
@ -1,11 +1,11 @@
|
|||||||
pkgbase = vim-hug-neovim-rpc-git
|
pkgbase = vim-hug-neovim-rpc-git
|
||||||
pkgdesc = trying to build a compatibility layer for neovim rpc client working on vim8
|
pkgdesc = trying to build a compatibility layer for neovim rpc client working on vim8
|
||||||
pkgver = r86.45080a2
|
pkgver = r95.4ee5d81
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/roxma/vim-hug-neovim-rpc
|
url = https://github.com/roxma/vim-hug-neovim-rpc
|
||||||
install = vim-hug-neovim-rpc.install
|
install = vim-hug-neovim-rpc.install
|
||||||
arch = any
|
arch = any
|
||||||
license = unknown
|
license = MIT
|
||||||
makedepends = git
|
makedepends = git
|
||||||
depends = vim
|
depends = vim
|
||||||
depends = python-neovim
|
depends = python-neovim
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# Maintainer: Trent Palmer trenttdually at gmail
|
# Maintainer: Trent Palmer trenttdually at gmail
|
||||||
_name='vim-hug-neovim-rpc'
|
_name='vim-hug-neovim-rpc'
|
||||||
pkgname="${_name}-git"
|
pkgname="${_name}-git"
|
||||||
pkgver=r86.45080a2
|
pkgver=r95.4ee5d81
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="trying to build a compatibility layer for neovim rpc client working on vim8"
|
pkgdesc="trying to build a compatibility layer for neovim rpc client working on vim8"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/roxma/vim-hug-neovim-rpc"
|
url="https://github.com/roxma/vim-hug-neovim-rpc"
|
||||||
license=('unknown')
|
license=('MIT')
|
||||||
groups=()
|
groups=()
|
||||||
depends=('vim' 'python-neovim')
|
depends=('vim' 'python-neovim')
|
||||||
optdepends=('nvim-yarp')
|
optdepends=('nvim-yarp')
|
||||||
|
Loading…
Reference in New Issue
Block a user