version bump 14 commits deoplete-git

This commit is contained in:
Trent Palmer 2020-02-19 15:13:20 -08:00
parent f6f49ab2d2
commit 7454610baf
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
pkgbase = deoplete-git
pkgdesc = deoplete completion plugin for neovim
pkgver = r1817.6e01000
pkgver = r1831.1f76559
pkgrel = 1
url = https://github.com/Shougo/deoplete.nvim
install = deoplete.install
@ -8,6 +8,7 @@ pkgbase = deoplete-git
license = MIT
makedepends = git
depends = python-neovim
depends = python-msgpack>=1.0.0
optdepends = vim: vim support
optdepends = neovim: neovim support
optdepends = nvim-yarp: vim support

View File

@ -13,7 +13,7 @@ _neovim="n"
_name='deoplete'
pkgname="${_name}-git"
pkgver=r1817.6e01000
pkgver=r1831.1f76559
pkgrel=1
pkgdesc="deoplete completion plugin for neovim"
# i.e. seems to build and work fine on raspberrypi
@ -21,7 +21,7 @@ arch=('any')
url="https://github.com/Shougo/deoplete.nvim"
license=('MIT')
groups=()
depends=('python-neovim')
depends=('python-neovim' 'python-msgpack>=1.0.0')
optdepends=('vim: vim support'
'neovim: neovim support'
'nvim-yarp: vim support'