version bump 3 commits vim-youcompleteme-git

This commit is contained in:
Trent Palmer 2021-03-21 13:53:25 -07:00
parent 819b66b01b
commit 24319ab706
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
pkgbase = vim-youcompleteme-git
pkgdesc = A code-completion engine for Vim
pkgver = r2784.dbf67638
pkgver = r2787.3352684b
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=r2784.dbf67638
pkgver=r2787.3352684b
pkgver() {
cd "YouCompleteMe" || exit
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"