version bump 48 commits vim-youcompleteme-git

This commit is contained in:
Trent Palmer 2022-08-24 08:06:36 -07:00
parent 1457896e6a
commit f0a46ef126
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 = r2948.3bc66120
pkgver = r2996.0dc8989e
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=r2948.3bc66120
pkgver=r2996.0dc8989e
pkgver() {
cd "YouCompleteMe" || exit
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
@ -264,7 +264,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.7.1
go install golang.org/x/tools/gopls@v0.9.4
else
msg2 'Skipping Gocode completer...'
fi