mirror of
https://github.com/TrentSPalmer/aur-packages.git
synced 2024-11-21 11:01:29 -08:00
version bump 4 commits vim-youcompleteme-git
This commit is contained in:
parent
0fc691479b
commit
12b33ab565
@ -1,6 +1,6 @@
|
||||
pkgbase = vim-youcompleteme-git
|
||||
pkgdesc = A code-completion engine for Vim
|
||||
pkgver = r2703.f9906f80
|
||||
pkgver = r2707.9309f777
|
||||
pkgrel = 1
|
||||
url = https://github.com/Valloric/YouCompleteMe
|
||||
install = install
|
||||
|
@ -46,7 +46,7 @@ _neovim="$NEOVIM_YOUCOMPLETEME"
|
||||
# Default PKGBUILD Configuration #
|
||||
#=========================================================================================================#
|
||||
pkgname=vim-youcompleteme-git
|
||||
pkgver=r2703.f9906f80
|
||||
pkgver=r2707.9309f777
|
||||
pkgver() {
|
||||
cd "YouCompleteMe" || exit
|
||||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||
@ -276,7 +276,7 @@ build() {
|
||||
export GOPATH="$srcdir/YouCompleteMe/third_party/ycmd/third_party/go"
|
||||
msg2 'Building gopls for go completion...' # BuildGoCode()
|
||||
cd "$srcdir/YouCompleteMe/third_party/ycmd/third_party/go" || exit
|
||||
go get golang.org/x/tools/gopls@v0.4.0
|
||||
go get golang.org/x/tools/gopls@v0.4.2
|
||||
else
|
||||
msg2 'Skipping Gocode completer...'
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user