version bump 3 commits vim-youcompleteme-git

This commit is contained in:
Trent Palmer 2020-04-20 11:12:51 -07:00
parent 89247b255f
commit ef3a4cf183
2 changed files with 3 additions and 6 deletions

View File

@ -1,6 +1,6 @@
pkgbase = vim-youcompleteme-git
pkgdesc = A code-completion engine for Vim
pkgver = r2663.f84dd1fb
pkgver = r2666.367c1518
pkgrel = 1
url = https://github.com/Valloric/YouCompleteMe
install = install
@ -21,9 +21,6 @@ pkgbase = vim-youcompleteme-git
depends = omnisharp-roslyn
depends = rustup
depends = python
depends = python-jedi
depends = python-parso
depends = python-numpydoc
source = git+https://github.com/Valloric/YouCompleteMe.git
source = git+https://github.com/ycm-core/ycmd.git
source = git+https://github.com/davidhalter/jedi.git

View File

@ -33,7 +33,7 @@ _use_python2="OFF"
_use_system_python="n" # seems broken
_use_OmniSharp_Roslyn="y"
_use_system_OmniSharp_Roslyn="y"
_use_system_jedi="y"
_use_system_jedi="n"
_use_system_python_watchdog="n"
_neovim="$NEOVIM_YOUCOMPLETEME"
@ -46,7 +46,7 @@ _neovim="$NEOVIM_YOUCOMPLETEME"
# Default PKGBUILD Configuration #
#=========================================================================================================#
pkgname=vim-youcompleteme-git
pkgver=r2663.f84dd1fb
pkgver=r2666.367c1518
pkgver() {
cd "YouCompleteMe" || exit
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"