version bump 2 commits vim-youcompleteme-git

This commit is contained in:
Trent Palmer 2023-07-29 16:51:55 -07:00
parent 1f0208f35a
commit 638da4591a
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 = r3104.142a559a
pkgver = r3106.f09c2f69
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=r3104.142a559a
pkgver=r3106.f09c2f69
pkgver() {
cd "YouCompleteMe" || exit
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"