mirror of
https://github.com/TrentSPalmer/aur-packages.git
synced 2024-11-21 11:01:29 -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
|
||||
pkgdesc = trying to build a compatibility layer for neovim rpc client working on vim8
|
||||
pkgver = r86.45080a2
|
||||
pkgver = r95.4ee5d81
|
||||
pkgrel = 1
|
||||
url = https://github.com/roxma/vim-hug-neovim-rpc
|
||||
install = vim-hug-neovim-rpc.install
|
||||
arch = any
|
||||
license = unknown
|
||||
license = MIT
|
||||
makedepends = git
|
||||
depends = vim
|
||||
depends = python-neovim
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Maintainer: Trent Palmer trenttdually at gmail
|
||||
_name='vim-hug-neovim-rpc'
|
||||
pkgname="${_name}-git"
|
||||
pkgver=r86.45080a2
|
||||
pkgver=r95.4ee5d81
|
||||
pkgrel=1
|
||||
pkgdesc="trying to build a compatibility layer for neovim rpc client working on vim8"
|
||||
arch=('any')
|
||||
url="https://github.com/roxma/vim-hug-neovim-rpc"
|
||||
license=('unknown')
|
||||
license=('MIT')
|
||||
groups=()
|
||||
depends=('vim' 'python-neovim')
|
||||
optdepends=('nvim-yarp')
|
||||
|
Loading…
Reference in New Issue
Block a user