From a2d13278cb51cf8527f19935095b12402596fc21 Mon Sep 17 00:00:00 2001 From: Trent Palmer Date: Fri, 1 Nov 2019 00:53:58 -0700 Subject: [PATCH] version bump 15 commits vim-youcompleteme-git --- vim-youcompleteme-git/.SRCINFO | 6 ++++-- vim-youcompleteme-git/PKGBUILD | 7 ++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/vim-youcompleteme-git/.SRCINFO b/vim-youcompleteme-git/.SRCINFO index ab49b3a..0782f22 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 = r2548.94cfacd1 + pkgver = r2563.3620fb55 pkgrel = 1 url = https://github.com/Valloric/YouCompleteMe install = install @@ -31,9 +31,10 @@ pkgbase = vim-youcompleteme-git depends = python-parso depends = python-numpydoc source = git+https://github.com/Valloric/YouCompleteMe.git - source = git+https://github.com/Valloric/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/parso.git + source = git+https://github.com/davidhalter/typeshed.git source = git+https://github.com/numpy/numpydoc source = git+https://github.com/ross/requests-futures.git source = git+https://github.com/requests/requests.git @@ -64,6 +65,7 @@ pkgbase = vim-youcompleteme-git sha256sums = SKIP sha256sums = SKIP sha256sums = SKIP + sha256sums = SKIP pkgname = vim-youcompleteme-git diff --git a/vim-youcompleteme-git/PKGBUILD b/vim-youcompleteme-git/PKGBUILD index cdca74f..9452193 100644 --- a/vim-youcompleteme-git/PKGBUILD +++ b/vim-youcompleteme-git/PKGBUILD @@ -44,7 +44,7 @@ _neovim="$NEOVIM_YOUCOMPLETEME" # Default PKGBUILD Configuration # #=========================================================================================================# pkgname=vim-youcompleteme-git -pkgver=r2548.94cfacd1 +pkgver=r2563.3620fb55 pkgver() { cd "YouCompleteMe" || exit printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" @@ -60,9 +60,10 @@ makedepends=('cmake' 'git' 'make' 'curl') install=install source=( 'git+https://github.com/Valloric/YouCompleteMe.git' #ycm -'git+https://github.com/Valloric/ycmd.git' #ycm +'git+https://github.com/ycm-core/ycmd.git' #ycm 'git+https://github.com/davidhalter/jedi.git' #jedi 'git+https://github.com/davidhalter/parso.git' #jedi +'git+https://github.com/davidhalter/typeshed.git' #jedi 'git+https://github.com/numpy/numpydoc' #jedi 'git+https://github.com/ross/requests-futures.git' #ycm 'git+https://github.com/requests/requests.git' #ycmd @@ -76,7 +77,7 @@ source=( 'git+https://github.com/Pylons/waitress.git' #ycmd,jediHTTP 'git+https://github.com/ycm-core/regex.git' #ycmd ) -sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP') +sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP') #=========================================================================================================# #=========================================================================================================#