version bump 1 commits vim-hug-neovim-rpc-git

This commit is contained in:
Trent Palmer 2019-11-20 16:13:08 -08:00
parent 22401720d2
commit 74d7b31f7a
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
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 = r113.6532ace pkgver = r114.701ecbb
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
@ -11,6 +11,7 @@ pkgbase = vim-hug-neovim-rpc-git
depends = python-neovim depends = python-neovim
optdepends = nvim-yarp optdepends = nvim-yarp
provides = vim-hug-neovim-rpc provides = vim-hug-neovim-rpc
replaces =
source = vim-hug-neovim-rpc::git://github.com/roxma/vim-hug-neovim-rpc source = vim-hug-neovim-rpc::git://github.com/roxma/vim-hug-neovim-rpc
md5sums = SKIP md5sums = SKIP

View File

@ -1,7 +1,7 @@
# 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=r113.6532ace pkgver=r114.701ecbb
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')