mirror of
https://github.com/TrentSPalmer/aur-packages.git
synced 2024-11-22 03:11:30 -08:00
version bump 6 commits
This commit is contained in:
parent
8b559c570c
commit
c88322b13c
@ -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
|
||||||
|
@ -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')
|
||||||
|
Loading…
Reference in New Issue
Block a user