version bump 4 commits vim-youcompleteme-git,

with one of the submodules updated
This commit is contained in:
Trent Palmer 2019-01-10 13:49:48 -08:00
parent 07712d0000
commit 985146d21e
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
pkgbase = vim-youcompleteme-git
pkgdesc = A code-completion engine for Vim
pkgver = r2459.c209cdbb
pkgver = r2463.ccc06c2c
pkgrel = 1
url = https://github.com/Valloric/YouCompleteMe
install = install
@ -28,7 +28,7 @@ pkgbase = vim-youcompleteme-git
source = git+https://github.com/Valloric/YouCompleteMe.git
source = git+https://github.com/ross/requests-futures.git
source = git+https://github.com/Valloric/ycmd.git
source = git+https://github.com/kennethreitz/requests.git
source = git+https://github.com/requests/requests.git
source = git+https://github.com/kjd/idna.git
source = git+https://github.com/certifi/python-certifi.git
source = git+https://github.com/chardet/chardet.git

View File

@ -37,7 +37,7 @@ _neovim="$NEOVIM_YOUCOMPLETEME"
# Default PKGBUILD Configuration #
#=========================================================================================================#
pkgname=vim-youcompleteme-git
pkgver=r2459.c209cdbb
pkgver=r2463.ccc06c2c
pkgver() {
cd "YouCompleteMe" || exit
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
@ -55,7 +55,7 @@ source=(
'git+https://github.com/Valloric/YouCompleteMe.git' #ycm
'git+https://github.com/ross/requests-futures.git' #ycm
'git+https://github.com/Valloric/ycmd.git' #ycm
'git+https://github.com/kennethreitz/requests.git' #ycmd
'git+https://github.com/requests/requests.git' #ycmd
'git+https://github.com/kjd/idna.git' #ycmd
'git+https://github.com/certifi/python-certifi.git' #ycmd
'git+https://github.com/chardet/chardet.git' #ycmd