version bump 15 commits vim-youcompleteme-git

This commit is contained in:
Trent Palmer 2019-11-01 00:53:58 -07:00
parent 7d2a3e2894
commit a2d13278cb
2 changed files with 8 additions and 5 deletions

View File

@ -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 = r2548.94cfacd1 pkgver = r2563.3620fb55
pkgrel = 1 pkgrel = 1
url = https://github.com/Valloric/YouCompleteMe url = https://github.com/Valloric/YouCompleteMe
install = install install = install
@ -31,9 +31,10 @@ pkgbase = vim-youcompleteme-git
depends = python-parso depends = python-parso
depends = python-numpydoc depends = python-numpydoc
source = git+https://github.com/Valloric/YouCompleteMe.git 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/jedi.git
source = git+https://github.com/davidhalter/parso.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/numpy/numpydoc
source = git+https://github.com/ross/requests-futures.git source = git+https://github.com/ross/requests-futures.git
source = git+https://github.com/requests/requests.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
sha256sums = SKIP sha256sums = SKIP
sha256sums = SKIP
pkgname = vim-youcompleteme-git pkgname = vim-youcompleteme-git

View File

@ -44,7 +44,7 @@ _neovim="$NEOVIM_YOUCOMPLETEME"
# Default PKGBUILD Configuration # # Default PKGBUILD Configuration #
#=========================================================================================================# #=========================================================================================================#
pkgname=vim-youcompleteme-git pkgname=vim-youcompleteme-git
pkgver=r2548.94cfacd1 pkgver=r2563.3620fb55
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)"
@ -60,9 +60,10 @@ makedepends=('cmake' 'git' 'make' 'curl')
install=install install=install
source=( source=(
'git+https://github.com/Valloric/YouCompleteMe.git' #ycm '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/jedi.git' #jedi
'git+https://github.com/davidhalter/parso.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/numpy/numpydoc' #jedi
'git+https://github.com/ross/requests-futures.git' #ycm 'git+https://github.com/ross/requests-futures.git' #ycm
'git+https://github.com/requests/requests.git' #ycmd '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/Pylons/waitress.git' #ycmd,jediHTTP
'git+https://github.com/ycm-core/regex.git' #ycmd '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')
#=========================================================================================================# #=========================================================================================================#
#=========================================================================================================# #=========================================================================================================#