mirror of
https://github.com/TrentSPalmer/aur-packages.git
synced 2024-11-15 16:51:31 -08:00
version bump 7 commits deoplete-git tested on raspberrypi
This commit is contained in:
parent
3c10237fc5
commit
08e1eb7d5b
@ -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
|
||||||
|
@ -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')
|
||||||
|
Loading…
Reference in New Issue
Block a user