mirror of
https://github.com/TrentSPalmer/aur-packages.git
synced 2024-11-21 19:01:31 -08:00
version bump 4 commits vim-youcompleteme-git,
with one of the submodules updated
This commit is contained in:
parent
07712d0000
commit
985146d21e
@ -1,6 +1,6 @@
|
|||||||
pkgbase = vim-youcompleteme-git
|
pkgbase = vim-youcompleteme-git
|
||||||
pkgdesc = A code-completion engine for Vim
|
pkgdesc = A code-completion engine for Vim
|
||||||
pkgver = r2459.c209cdbb
|
pkgver = r2463.ccc06c2c
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/Valloric/YouCompleteMe
|
url = https://github.com/Valloric/YouCompleteMe
|
||||||
install = install
|
install = install
|
||||||
@ -28,7 +28,7 @@ pkgbase = vim-youcompleteme-git
|
|||||||
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
|
||||||
source = git+https://github.com/Valloric/ycmd.git
|
source = git+https://github.com/Valloric/ycmd.git
|
||||||
source = git+https://github.com/kennethreitz/requests.git
|
source = git+https://github.com/requests/requests.git
|
||||||
source = git+https://github.com/kjd/idna.git
|
source = git+https://github.com/kjd/idna.git
|
||||||
source = git+https://github.com/certifi/python-certifi.git
|
source = git+https://github.com/certifi/python-certifi.git
|
||||||
source = git+https://github.com/chardet/chardet.git
|
source = git+https://github.com/chardet/chardet.git
|
||||||
|
@ -37,7 +37,7 @@ _neovim="$NEOVIM_YOUCOMPLETEME"
|
|||||||
# Default PKGBUILD Configuration #
|
# Default PKGBUILD Configuration #
|
||||||
#=========================================================================================================#
|
#=========================================================================================================#
|
||||||
pkgname=vim-youcompleteme-git
|
pkgname=vim-youcompleteme-git
|
||||||
pkgver=r2459.c209cdbb
|
pkgver=r2463.ccc06c2c
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd "YouCompleteMe" || exit
|
cd "YouCompleteMe" || exit
|
||||||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||||
@ -55,7 +55,7 @@ source=(
|
|||||||
'git+https://github.com/Valloric/YouCompleteMe.git' #ycm
|
'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
|
||||||
'git+https://github.com/kennethreitz/requests.git' #ycmd
|
'git+https://github.com/requests/requests.git' #ycmd
|
||||||
'git+https://github.com/kjd/idna.git' #ycmd
|
'git+https://github.com/kjd/idna.git' #ycmd
|
||||||
'git+https://github.com/certifi/python-certifi.git' #ycmd
|
'git+https://github.com/certifi/python-certifi.git' #ycmd
|
||||||
'git+https://github.com/chardet/chardet.git' #ycmd
|
'git+https://github.com/chardet/chardet.git' #ycmd
|
||||||
|
Loading…
Reference in New Issue
Block a user