mirror of
https://github.com/TrentSPalmer/aur-packages.git
synced 2024-11-21 11:01:29 -08:00
version bump 12 commits vim-youcompleteme-git
This commit is contained in:
parent
972131eefc
commit
9e6f94248b
@ -1,6 +1,6 @@
|
|||||||
pkgbase = vim-youcompleteme-git
|
pkgbase = vim-youcompleteme-git
|
||||||
pkgdesc = A code-completion engine for Vim
|
pkgdesc = A code-completion engine for Vim
|
||||||
pkgver = r3122.91ee858d
|
pkgver = r3134.cc9a3ae3
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/Valloric/YouCompleteMe
|
url = https://github.com/Valloric/YouCompleteMe
|
||||||
install = install
|
install = install
|
||||||
|
@ -46,7 +46,7 @@ _neovim="$NEOVIM_YOUCOMPLETEME"
|
|||||||
# Default PKGBUILD Configuration #
|
# Default PKGBUILD Configuration #
|
||||||
#=========================================================================================================#
|
#=========================================================================================================#
|
||||||
pkgname=vim-youcompleteme-git
|
pkgname=vim-youcompleteme-git
|
||||||
pkgver=r3122.91ee858d
|
pkgver=r3134.cc9a3ae3
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd "YouCompleteMe" || exit
|
cd "YouCompleteMe" || exit
|
||||||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
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()
|
msg2 'Building gopls for go completion...' # BuildGoCode()
|
||||||
cd "$srcdir/YouCompleteMe/third_party/ycmd/third_party/go" || exit
|
cd "$srcdir/YouCompleteMe/third_party/ycmd/third_party/go" || exit
|
||||||
# find gopls version by grepping third_party/ycmd/build.py
|
# find gopls version by grepping third_party/ycmd/build.py
|
||||||
go install golang.org/x/tools/gopls@v0.9.4
|
go install golang.org/x/tools/gopls@v0.13.2
|
||||||
else
|
else
|
||||||
msg2 'Skipping Gocode completer...'
|
msg2 'Skipping Gocode completer...'
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user