Compare commits

...

3 Commits

6 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
pkgbase = deoplete-git
pkgdesc = deoplete completion plugin for neovim
pkgver = r2066.43d7457
pkgver = r2067.e5a47d4
pkgrel = 1
url = https://github.com/Shougo/deoplete.nvim
install = deoplete.install

View File

@ -13,7 +13,7 @@ _neovim="n"
_name='deoplete'
pkgname="${_name}-git"
pkgver=r2066.43d7457
pkgver=r2067.e5a47d4
pkgrel=1
pkgdesc="deoplete completion plugin for neovim"
# i.e. seems to build and work fine on raspberrypi

View File

@ -1,7 +1,7 @@
pkgbase = vim-lightline-git
pkgdesc = A light and configurable statusline/tabline for Vim
pkgver = r687.58c97bc
pkgrel = 2
pkgver = r690.e358557
pkgrel = 1
url = https://github.com/itchyny/lightline.vim
install = lightline.install
arch = any

View File

@ -15,8 +15,8 @@ _neovim="n"
_name='vim-lightline'
pkgname="${_name}-git"
pkgver=r687.58c97bc
pkgrel=2
pkgver=r690.e358557
pkgrel=1
pkgdesc='A light and configurable statusline/tabline for Vim'
arch=('any')
url='https://github.com/itchyny/lightline.vim'

View File

@ -1,6 +1,6 @@
pkgbase = vim-youcompleteme-git
pkgdesc = A code-completion engine for Vim
pkgver = r3226.63ab13e9
pkgver = r3232.131b1827
pkgrel = 1
url = https://github.com/Valloric/YouCompleteMe
install = install

View File

@ -46,7 +46,7 @@ _neovim="$NEOVIM_YOUCOMPLETEME"
# Default PKGBUILD Configuration #
#=========================================================================================================#
pkgname=vim-youcompleteme-git
pkgver=r3226.63ab13e9
pkgver=r3232.131b1827
pkgver() {
cd "YouCompleteMe" || exit
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"