version bump 6 commits

This commit is contained in:
Trent Palmer 2018-11-23 02:24:04 -08:00
parent 8b559c570c
commit c88322b13c
2 changed files with 6 additions and 4 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 = r1524.2ead0d5 pkgver = r1530.7cc5da2
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

@ -5,13 +5,15 @@
########################################################################################################### ###########################################################################################################
_vim="y" _vim="y"
# if you have a newer version of neovim you may not need or want to set _neovim="y" # neovim in Arch Linux seems to load vim extensions from /usr/share/vim/vimfiles by
# default now, (or you can add 'set rtp^=/usr/share/vim/vimfiles/' to .vimrc)
# but in any event, you may not need or want to set _neovim="y"
_neovim="n" _neovim="n"
########################################################################################################### ###########################################################################################################
_name='deoplete' _name='deoplete'
pkgname="${_name}-git" pkgname="${_name}-git"
pkgver=r1524.2ead0d5 pkgver=r1530.7cc5da2
pkgrel=1 pkgrel=1
pkgdesc="deoplete completion plugin for neovim" pkgdesc="deoplete completion plugin for neovim"
arch=('any') arch=('any')