mirror of
https://github.com/TrentSPalmer/aur-packages.git
synced 2024-11-21 19:01:31 -08:00
version bump 6 commits and fix submodule name
- local YouCompleteMe=("requests-futures" "ycmd" "python-futures") + local YouCompleteMe=("requests-futures" "ycmd" "python-future")
This commit is contained in:
parent
61976d1256
commit
fae12a64e0
@ -1,6 +1,6 @@
|
||||
pkgbase = vim-youcompleteme-git
|
||||
pkgdesc = A code-completion engine for Vim
|
||||
pkgver = r2449.0790dc99
|
||||
pkgver = r2455.7997fc55
|
||||
pkgrel = 1
|
||||
url = https://github.com/Valloric/YouCompleteMe
|
||||
install = install
|
||||
|
@ -37,7 +37,7 @@ _neovim="$NEOVIM_YOUCOMPLETEME"
|
||||
# Default PKGBUILD Configuration #
|
||||
#=========================================================================================================#
|
||||
pkgname=vim-youcompleteme-git
|
||||
pkgver=r2449.0790dc99
|
||||
pkgver=r2455.7997fc55
|
||||
pkgver() {
|
||||
cd "YouCompleteMe" || exit
|
||||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||
@ -173,7 +173,7 @@ prepare() {
|
||||
|
||||
msg2 'Setting up Git submodules...'
|
||||
|
||||
local YouCompleteMe=("requests-futures" "ycmd" "python-futures")
|
||||
local YouCompleteMe=("requests-futures" "ycmd" "python-future")
|
||||
local YouCompleteMeRequestsDeps=("idna" "certifi" "chardet" "urllib3" "requests")
|
||||
gitprepare "YouCompleteMe" "third_party/" "${YouCompleteMe[@]}"
|
||||
gitprepare "YouCompleteMe" "third_party/requests_deps/" "${YouCompleteMeRequestsDeps[@]}"
|
||||
|
Loading…
Reference in New Issue
Block a user