version bump 2 commits vim-youcompleteme-git

This commit is contained in:
Trent Palmer 2019-09-09 18:02:45 -07:00
parent f1c3a7e42d
commit fefd9121ba
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
pkgbase = vim-youcompleteme-git
pkgdesc = A code-completion engine for Vim
pkgver = r2540.afd69b38
pkgver = r2542.5274b73f
pkgrel = 1
url = https://github.com/Valloric/YouCompleteMe
install = install
@ -45,8 +45,8 @@ pkgbase = vim-youcompleteme-git
source = git+https://github.com/slezica/python-frozendict.git
source = git+https://github.com/PythonCharmers/python-future.git
source = git+https://github.com/Pylons/waitress.git
source = git+https://github.com/micbou/regex.git
source = git+https://go.googlesource.com/tools.git
source = git+https://github.com/ycm-core/regex.git
source = git+https://github.com/golang/tools.git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP

View File

@ -44,7 +44,7 @@ _neovim="$NEOVIM_YOUCOMPLETEME"
# Default PKGBUILD Configuration #
#=========================================================================================================#
pkgname=vim-youcompleteme-git
pkgver=r2540.afd69b38
pkgver=r2542.5274b73f
pkgver() {
cd "YouCompleteMe" || exit
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
@ -74,7 +74,7 @@ source=(
'git+https://github.com/slezica/python-frozendict.git' #ycmd
'git+https://github.com/PythonCharmers/python-future.git' #ycmd
'git+https://github.com/Pylons/waitress.git' #ycmd,jediHTTP
'git+https://github.com/micbou/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')
#=========================================================================================================#
@ -97,7 +97,7 @@ fi
if [[ "$_gocode" == "y" ]];then
# ycmd
source+=('git+https://go.googlesource.com/tools.git')
source+=('git+https://github.com/golang/tools.git')
sha256sums+=('SKIP')
makedepends+=('go')
fi