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:
Trent Palmer 2018-08-08 08:33:43 -07:00
parent 72e4691159
commit 0590b7efe9
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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')