version bump 7 commits deoplete-git tested on raspberrypi

This commit is contained in:
Trent Palmer 2019-02-02 22:54:32 -08:00
parent 3c10237fc5
commit 08e1eb7d5b
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
pkgbase = deoplete-git pkgbase = deoplete-git
pkgdesc = deoplete completion plugin for neovim pkgdesc = deoplete completion plugin for neovim
pkgver = r1600.067ed5a pkgver = r1607.d228567
pkgrel = 1 pkgrel = 1
url = https://github.com/Shougo/deoplete.nvim url = https://github.com/Shougo/deoplete.nvim
install = deoplete.install install = deoplete.install

View File

@ -13,9 +13,10 @@ _neovim="n"
_name='deoplete' _name='deoplete'
pkgname="${_name}-git" pkgname="${_name}-git"
pkgver=r1600.067ed5a pkgver=r1607.d228567
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
arch=('any') arch=('any')
url="https://github.com/Shougo/deoplete.nvim" url="https://github.com/Shougo/deoplete.nvim"
license=('MIT') license=('MIT')