update version vim-youcompleteme-git

This commit is contained in:
Trent Palmer 2018-02-25 11:51:18 -08:00
parent 496411e61d
commit 2138e4825b
2 changed files with 9 additions and 27 deletions

View File

@ -1,8 +1,8 @@
pkgbase = vim-youcompleteme-git pkgbase = vim-youcompleteme-git
pkgdesc = A code-completion engine for Vim pkgdesc = A code-completion engine for Vim
pkgver = 2264.92405cb0 pkgver = 2268.d27563d2
pkgrel = 1 pkgrel = 1
url = http://valloric.github.com/YouCompleteMe/ url = https://valloric.github.com/YouCompleteMe/
install = install install = install
arch = i686 arch = i686
arch = x86_64 arch = x86_64
@ -12,10 +12,6 @@ pkgbase = vim-youcompleteme-git
makedepends = cmake makedepends = cmake
makedepends = git makedepends = git
makedepends = make makedepends = make
makedepends = mono
makedepends = cargo
makedepends = npm
makedepends = go
depends = boost depends = boost
depends = boost-libs depends = boost-libs
depends = ncurses5-compat-libs depends = ncurses5-compat-libs
@ -23,9 +19,6 @@ pkgbase = vim-youcompleteme-git
depends = python2 depends = python2
depends = vim depends = vim
depends = clang depends = clang
depends = mono
depends = rust
depends = nodejs
provides = vim-youcompleteme provides = vim-youcompleteme
source = git+https://github.com/Valloric/YouCompleteMe.git source = git+https://github.com/Valloric/YouCompleteMe.git
source = git+https://github.com/ross/requests-futures.git source = git+https://github.com/ross/requests-futures.git
@ -37,18 +30,6 @@ pkgbase = vim-youcompleteme-git
source = git+https://github.com/vheon/JediHTTP.git source = git+https://github.com/vheon/JediHTTP.git
source = git+https://github.com/davidhalter/jedi.git source = git+https://github.com/davidhalter/jedi.git
source = git+https://github.com/Pylons/waitress.git source = git+https://github.com/Pylons/waitress.git
source = git+https://github.com/icsharpcode/NRefactory.git
source = git+https://github.com/jbevain/cecil.git
source = git+https://github.com/nosami/OmniSharpServer.git
source = git+https://github.com/jwilm/racerd.git
source = git+https://github.com/nsf/gocode.git
source = git+https://github.com/Manishearth/godef.git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP sha256sums = SKIP
sha256sums = SKIP sha256sums = SKIP
sha256sums = SKIP sha256sums = SKIP

View File

@ -20,20 +20,20 @@
# Build Options # Build Options
########################################################################################################### ###########################################################################################################
# change all build options to no by default # change all build options to no by default
_omnisharp="y" _omnisharp="n"
_gocode="y" _gocode="n"
_rust="y" _rust="n"
_tern="y" _tern="n"
_completer="ON" _completer="ON"
########################################################################################################### ###########################################################################################################
pkgname=vim-youcompleteme-git pkgname=vim-youcompleteme-git
pkgver=2264.92405cb0 pkgver=2268.d27563d2
pkgver() { pkgver() {
cd "YouCompleteMe" || exit cd "YouCompleteMe" || exit
echo "$(git rev-list --count master).$(git rev-parse --short master)" echo "$(git rev-list --count master).$(git rev-parse --short master)"
@ -42,7 +42,7 @@ pkgrel=1
pkgdesc="A code-completion engine for Vim" pkgdesc="A code-completion engine for Vim"
arch=('i686' 'x86_64' 'armv7h') arch=('i686' 'x86_64' 'armv7h')
url='http://valloric.github.com/YouCompleteMe/' url='https://valloric.github.com/YouCompleteMe/'
license=('GPL3') license=('GPL3')
groups=('vim-plugins') groups=('vim-plugins')
provides=('vim-youcompleteme') provides=('vim-youcompleteme')
@ -59,6 +59,7 @@ makedepends=('cmake' 'git' 'make')
[[ "$_tern" = "y" ]] && makedepends+=('npm') [[ "$_tern" = "y" ]] && makedepends+=('npm')
[[ "$_gocode" = "y" ]] && makedepends+=('go') [[ "$_gocode" = "y" ]] && makedepends+=('go')
# source=('git+https://github.com/Valloric/YouCompleteMe.git#commit=1080a310274b546a6e7a6ae87aa6c7ea2fa646e7' #ycm
source=('git+https://github.com/Valloric/YouCompleteMe.git' #ycm source=('git+https://github.com/Valloric/YouCompleteMe.git' #ycm
'git+https://github.com/ross/requests-futures.git' #ycm 'git+https://github.com/ross/requests-futures.git' #ycm
'git+https://github.com/Valloric/ycmd.git' #ycm 'git+https://github.com/Valloric/ycmd.git' #ycm