mirror of
https://github.com/TrentSPalmer/aur-packages.git
synced 2024-11-21 11:01:29 -08:00
update version vim-youcompleteme-git
This commit is contained in:
parent
496411e61d
commit
2138e4825b
@ -1,8 +1,8 @@
|
||||
pkgbase = vim-youcompleteme-git
|
||||
pkgdesc = A code-completion engine for Vim
|
||||
pkgver = 2264.92405cb0
|
||||
pkgver = 2268.d27563d2
|
||||
pkgrel = 1
|
||||
url = http://valloric.github.com/YouCompleteMe/
|
||||
url = https://valloric.github.com/YouCompleteMe/
|
||||
install = install
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
@ -12,10 +12,6 @@ pkgbase = vim-youcompleteme-git
|
||||
makedepends = cmake
|
||||
makedepends = git
|
||||
makedepends = make
|
||||
makedepends = mono
|
||||
makedepends = cargo
|
||||
makedepends = npm
|
||||
makedepends = go
|
||||
depends = boost
|
||||
depends = boost-libs
|
||||
depends = ncurses5-compat-libs
|
||||
@ -23,9 +19,6 @@ pkgbase = vim-youcompleteme-git
|
||||
depends = python2
|
||||
depends = vim
|
||||
depends = clang
|
||||
depends = mono
|
||||
depends = rust
|
||||
depends = nodejs
|
||||
provides = vim-youcompleteme
|
||||
source = git+https://github.com/Valloric/YouCompleteMe.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/davidhalter/jedi.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
|
||||
|
@ -20,20 +20,20 @@
|
||||
# Build Options
|
||||
###########################################################################################################
|
||||
# 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"
|
||||
|
||||
###########################################################################################################
|
||||
|
||||
pkgname=vim-youcompleteme-git
|
||||
pkgver=2264.92405cb0
|
||||
pkgver=2268.d27563d2
|
||||
pkgver() {
|
||||
cd "YouCompleteMe" || exit
|
||||
echo "$(git rev-list --count master).$(git rev-parse --short master)"
|
||||
@ -42,7 +42,7 @@ pkgrel=1
|
||||
pkgdesc="A code-completion engine for Vim"
|
||||
|
||||
arch=('i686' 'x86_64' 'armv7h')
|
||||
url='http://valloric.github.com/YouCompleteMe/'
|
||||
url='https://valloric.github.com/YouCompleteMe/'
|
||||
license=('GPL3')
|
||||
groups=('vim-plugins')
|
||||
provides=('vim-youcompleteme')
|
||||
@ -59,6 +59,7 @@ makedepends=('cmake' 'git' 'make')
|
||||
[[ "$_tern" = "y" ]] && makedepends+=('npm')
|
||||
[[ "$_gocode" = "y" ]] && makedepends+=('go')
|
||||
|
||||
# source=('git+https://github.com/Valloric/YouCompleteMe.git#commit=1080a310274b546a6e7a6ae87aa6c7ea2fa646e7' #ycm
|
||||
source=('git+https://github.com/Valloric/YouCompleteMe.git' #ycm
|
||||
'git+https://github.com/ross/requests-futures.git' #ycm
|
||||
'git+https://github.com/Valloric/ycmd.git' #ycm
|
||||
|
Loading…
Reference in New Issue
Block a user