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

View File

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