mirror of
https://github.com/TrentSPalmer/aur-packages.git
synced 2024-11-21 11:01:29 -08:00
version bump 3 commits vim-youcompleteme-git
This commit is contained in:
parent
89247b255f
commit
ef3a4cf183
@ -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
|
||||
|
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user