Compare commits

...

2 Commits

4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
pkgbase = vim-lightline-git pkgbase = vim-lightline-git
pkgdesc = A light and configurable statusline/tabline for Vim pkgdesc = A light and configurable statusline/tabline for Vim
pkgver = r685.1c6b455 pkgver = r687.58c97bc
pkgrel = 1 pkgrel = 1
url = https://github.com/itchyny/lightline.vim url = https://github.com/itchyny/lightline.vim
install = lightline.install install = lightline.install

View File

@ -15,7 +15,7 @@ _neovim="n"
_name='vim-lightline' _name='vim-lightline'
pkgname="${_name}-git" pkgname="${_name}-git"
pkgver=r685.1c6b455 pkgver=r687.58c97bc
pkgrel=1 pkgrel=1
pkgdesc='A light and configurable statusline/tabline for Vim' pkgdesc='A light and configurable statusline/tabline for Vim'
arch=('any') arch=('any')

View File

@ -1,6 +1,6 @@
pkgbase = vim-youcompleteme-git pkgbase = vim-youcompleteme-git
pkgdesc = A code-completion engine for Vim pkgdesc = A code-completion engine for Vim
pkgver = r3148.71166ea1 pkgver = r3156.2b33bf3d
pkgrel = 1 pkgrel = 1
url = https://github.com/Valloric/YouCompleteMe url = https://github.com/Valloric/YouCompleteMe
install = install install = install

View File

@ -46,7 +46,7 @@ _neovim="$NEOVIM_YOUCOMPLETEME"
# Default PKGBUILD Configuration # # Default PKGBUILD Configuration #
#=========================================================================================================# #=========================================================================================================#
pkgname=vim-youcompleteme-git pkgname=vim-youcompleteme-git
pkgver=r3148.71166ea1 pkgver=r3156.2b33bf3d
pkgver() { pkgver() {
cd "YouCompleteMe" || exit cd "YouCompleteMe" || exit
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"