From 985146d21ec7c8fea9cb1a37687cf054801a8d5f Mon Sep 17 00:00:00 2001 From: Trent Palmer Date: Thu, 10 Jan 2019 13:49:48 -0800 Subject: [PATCH] version bump 4 commits vim-youcompleteme-git, with one of the submodules updated --- vim-youcompleteme-git/.SRCINFO | 4 ++-- vim-youcompleteme-git/PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/vim-youcompleteme-git/.SRCINFO b/vim-youcompleteme-git/.SRCINFO index a03af1c..9478869 100644 --- a/vim-youcompleteme-git/.SRCINFO +++ b/vim-youcompleteme-git/.SRCINFO @@ -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 diff --git a/vim-youcompleteme-git/PKGBUILD b/vim-youcompleteme-git/PKGBUILD index 8559068..a06df5a 100644 --- a/vim-youcompleteme-git/PKGBUILD +++ b/vim-youcompleteme-git/PKGBUILD @@ -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