version bump 5 commits deoplete-git

This commit is contained in:
Trent Palmer 2020-03-12 18:25:49 -07:00
parent b3e64c2b9a
commit 84a46d46b2
2 changed files with 6 additions and 5 deletions

View File

@ -1,14 +1,13 @@
pkgbase = deoplete-git pkgbase = deoplete-git
pkgdesc = deoplete completion plugin for neovim pkgdesc = deoplete completion plugin for neovim
pkgver = r1843.c5d0efb pkgver = r1848.494fcd8
pkgrel = 1 pkgrel = 1
url = https://github.com/Shougo/deoplete.nvim url = https://github.com/Shougo/deoplete.nvim
install = deoplete.install install = deoplete.install
arch = any arch = any
license = MIT license = MIT
makedepends = git makedepends = git
depends = python-neovim depends = python-pynvim
depends = python-msgpack>=1.0.0
optdepends = vim: vim support optdepends = vim: vim support
optdepends = neovim: neovim support optdepends = neovim: neovim support
optdepends = nvim-yarp: vim support optdepends = nvim-yarp: vim support

View File

@ -13,7 +13,7 @@ _neovim="n"
_name='deoplete' _name='deoplete'
pkgname="${_name}-git" pkgname="${_name}-git"
pkgver=r1843.c5d0efb pkgver=r1848.494fcd8
pkgrel=1 pkgrel=1
pkgdesc="deoplete completion plugin for neovim" pkgdesc="deoplete completion plugin for neovim"
# i.e. seems to build and work fine on raspberrypi # i.e. seems to build and work fine on raspberrypi
@ -21,7 +21,9 @@ arch=('any')
url="https://github.com/Shougo/deoplete.nvim" url="https://github.com/Shougo/deoplete.nvim"
license=('MIT') license=('MIT')
groups=() groups=()
depends=('python-neovim' 'python-msgpack>=1.0.0') # python-msgpack>=1.0.0 apparently no longer needed
# depends=('python-pynvim' 'python-msgpack>=1.0.0')
depends=('python-pynvim')
optdepends=('vim: vim support' optdepends=('vim: vim support'
'neovim: neovim support' 'neovim: neovim support'
'nvim-yarp: vim support' 'nvim-yarp: vim support'