mirror of
https://github.com/TrentSPalmer/aur-packages.git
synced 2024-11-21 19:01:31 -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
|
pkgbase = vim-youcompleteme-git
|
||||||
pkgdesc = A code-completion engine for Vim
|
pkgdesc = A code-completion engine for Vim
|
||||||
pkgver = r2663.f84dd1fb
|
pkgver = r2666.367c1518
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/Valloric/YouCompleteMe
|
url = https://github.com/Valloric/YouCompleteMe
|
||||||
install = install
|
install = install
|
||||||
@ -21,9 +21,6 @@ pkgbase = vim-youcompleteme-git
|
|||||||
depends = omnisharp-roslyn
|
depends = omnisharp-roslyn
|
||||||
depends = rustup
|
depends = rustup
|
||||||
depends = python
|
depends = python
|
||||||
depends = python-jedi
|
|
||||||
depends = python-parso
|
|
||||||
depends = python-numpydoc
|
|
||||||
source = git+https://github.com/Valloric/YouCompleteMe.git
|
source = git+https://github.com/Valloric/YouCompleteMe.git
|
||||||
source = git+https://github.com/ycm-core/ycmd.git
|
source = git+https://github.com/ycm-core/ycmd.git
|
||||||
source = git+https://github.com/davidhalter/jedi.git
|
source = git+https://github.com/davidhalter/jedi.git
|
||||||
|
@ -33,7 +33,7 @@ _use_python2="OFF"
|
|||||||
_use_system_python="n" # seems broken
|
_use_system_python="n" # seems broken
|
||||||
_use_OmniSharp_Roslyn="y"
|
_use_OmniSharp_Roslyn="y"
|
||||||
_use_system_OmniSharp_Roslyn="y"
|
_use_system_OmniSharp_Roslyn="y"
|
||||||
_use_system_jedi="y"
|
_use_system_jedi="n"
|
||||||
_use_system_python_watchdog="n"
|
_use_system_python_watchdog="n"
|
||||||
|
|
||||||
_neovim="$NEOVIM_YOUCOMPLETEME"
|
_neovim="$NEOVIM_YOUCOMPLETEME"
|
||||||
@ -46,7 +46,7 @@ _neovim="$NEOVIM_YOUCOMPLETEME"
|
|||||||
# Default PKGBUILD Configuration #
|
# Default PKGBUILD Configuration #
|
||||||
#=========================================================================================================#
|
#=========================================================================================================#
|
||||||
pkgname=vim-youcompleteme-git
|
pkgname=vim-youcompleteme-git
|
||||||
pkgver=r2663.f84dd1fb
|
pkgver=r2666.367c1518
|
||||||
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)"
|
||||||
|
Loading…
Reference in New Issue
Block a user