mirror of
https://github.com/TrentSPalmer/aur-packages.git
synced 2024-11-16 09:11:31 -08:00
version bump 6 commits vim-youcompleteme-git
This commit is contained in:
parent
2ee9227d69
commit
36a6cdc0d3
@ -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 = r2848.2badfc08
|
pkgver = r2854.4e10490c
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/Valloric/YouCompleteMe
|
url = https://github.com/Valloric/YouCompleteMe
|
||||||
install = install
|
install = install
|
||||||
@ -31,7 +31,7 @@ pkgbase = vim-youcompleteme-git
|
|||||||
source = git+https://github.com/bottlepy/bottle.git
|
source = git+https://github.com/bottlepy/bottle.git
|
||||||
source = git+https://bitbucket.org/mrabarnett/mrab-regex.git
|
source = git+https://bitbucket.org/mrabarnett/mrab-regex.git
|
||||||
source = git+https://github.com/gorakhargosh/watchdog
|
source = git+https://github.com/gorakhargosh/watchdog
|
||||||
source = https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.35.4/omnisharp-mono.tar.gz
|
source = https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.11/omnisharp-mono.tar.gz
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
@ -46,7 +46,7 @@ _neovim="$NEOVIM_YOUCOMPLETEME"
|
|||||||
# Default PKGBUILD Configuration #
|
# Default PKGBUILD Configuration #
|
||||||
#=========================================================================================================#
|
#=========================================================================================================#
|
||||||
pkgname=vim-youcompleteme-git
|
pkgname=vim-youcompleteme-git
|
||||||
pkgver=r2848.2badfc08
|
pkgver=r2854.4e10490c
|
||||||
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)"
|
||||||
@ -84,7 +84,7 @@ sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP
|
|||||||
# find omnisharp-roslyn version by greppin third_party/ycmd/build.py
|
# find omnisharp-roslyn version by greppin third_party/ycmd/build.py
|
||||||
if [[ "$_use_OmniSharp_Roslyn" == "y" ]];then
|
if [[ "$_use_OmniSharp_Roslyn" == "y" ]];then
|
||||||
if [[ "$_use_system_OmniSharp_Roslyn" == "n" ]];then
|
if [[ "$_use_system_OmniSharp_Roslyn" == "n" ]];then
|
||||||
source+=('https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.35.4/omnisharp-mono.tar.gz')
|
source+=('https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.11/omnisharp-mono.tar.gz')
|
||||||
noextract=('omnisharp-mono.tar.gz')
|
noextract=('omnisharp-mono.tar.gz')
|
||||||
sha256sums+=('cc6d03e9f368a386213ce6e5b994789ef1a79aa80398f77bd85146bccc68754a')
|
sha256sums+=('cc6d03e9f368a386213ce6e5b994789ef1a79aa80398f77bd85146bccc68754a')
|
||||||
elif [[ "$_use_system_OmniSharp_Roslyn" == "y" ]];then
|
elif [[ "$_use_system_OmniSharp_Roslyn" == "y" ]];then
|
||||||
@ -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.6.4
|
go install golang.org/x/tools/gopls@v0.7.1
|
||||||
else
|
else
|
||||||
msg2 'Skipping Gocode completer...'
|
msg2 'Skipping Gocode completer...'
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user