mirror of
https://github.com/TrentSPalmer/aur-packages.git
synced 2024-11-21 11:01:29 -08:00
version bump 2 commits vim-youcompleteme-git
This commit is contained in:
parent
f1c3a7e42d
commit
fefd9121ba
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user