version bump 8 commits vim-youcompleteme-git

This commit is contained in:
Trent Palmer 2024-09-10 18:05:55 -07:00
parent 6c421c4ecc
commit 972b3fd4b0
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
pkgbase = vim-youcompleteme-git
pkgdesc = A code-completion engine for Vim
pkgver = r3210.b5fe27bb
pkgver = r3218.b6e8c64d
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=r3210.b5fe27bb
pkgver=r3218.b6e8c64d
pkgver() {
cd "YouCompleteMe" || exit
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
@ -263,7 +263,7 @@ build() {
msg2 'Building gopls for go completion...' # BuildGoCode()
cd "$srcdir/YouCompleteMe/third_party/ycmd/third_party/go" || exit
# find gopls version by grepping third_party/ycmd/build.py
go install golang.org/x/tools/gopls@v0.15.3
go install golang.org/x/tools/gopls@v0.16.1
else
msg2 'Skipping Gocode completer...'
fi