diff --git a/vim-youcompleteme-git/.SRCINFO b/vim-youcompleteme-git/.SRCINFO index 98ff670..48f9e88 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 = 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 diff --git a/vim-youcompleteme-git/PKGBUILD b/vim-youcompleteme-git/PKGBUILD index 6abf620..66a221e 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=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