summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonidas Spyropoulos2021-11-25 00:28:33 +0000
committerLeonidas Spyropoulos2021-11-25 00:28:33 +0000
commit0778a8371c610ce48e3e4052a10777adec2be593 (patch)
treed1dd4810151398a06bfe8afdad4398b5cb78cc4a
parentcbf156ca0115ea41096382d797fb550c4f1a0acc (diff)
downloadaur-0778a8371c610ce48e3e4052a10777adec2be593.tar.gz
upgpkg: vim-youcompleteme-git r2854.4e10490c-1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af55f8b2a8d2..a3449e8cac9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vim-youcompleteme-git
pkgdesc = A code-completion engine for Vim
- pkgver = r2813.4df6f35f
+ pkgver = r2854.4e10490c
pkgrel = 1
url = https://ycm-core.github.io/YouCompleteMe/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index cc9541498a77..277da93ba098 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,7 +36,7 @@ _neovim="$NEOVIM_YOUCOMPLETEME"
### IMPORTANT: Do no edit below this line unless you know what you're doing
pkgname=vim-youcompleteme-git
-pkgver=r2813.4df6f35f
+pkgver=r2854.4e10490c
pkgrel=1
pkgdesc='A code-completion engine for Vim'
arch=('x86_64')
@@ -65,12 +65,12 @@ if [[ ${_use_system_clang} == "ON" ]]; then
else
source=(git+https://github.com/ycm-core/YouCompleteMe.git
git+https://github.com/ycm-core/ycmd.git
- clangd-12.0.0.tar.bz2::https://github.com/ycm-core/llvm/releases/download/12.0.0/clangd-12.0.0-x86_64-unknown-linux-gnu.tar.bz2
- libclang-12.0.0.tar.bz2::https://github.com/ycm-core/llvm/releases/download/12.0.0/libclang-12.0.0-x86_64-unknown-linux-gnu.tar.bz2)
+ clangd-13.0.0.tar.bz2::https://github.com/ycm-core/llvm/releases/download/13.0.0/clangd-13.0.0-x86_64-unknown-linux-gnu.tar.bz2
+ libclang-13.0.0.tar.bz2::https://github.com/ycm-core/llvm/releases/download/13.0.0/libclang-13.0.0-x86_64-unknown-linux-gnu.tar.bz2)
sha256sums=('SKIP'
'SKIP'
- '0bb712b8d2a2d6861ea28b11167fc01c21336e5bce8682caab60257e32d9bba1'
- 'dc7b08d63fcf504fdbcfc5b96c446beee8ee79dc96e8d315666b20030c41e29a')
+ '10a64c468d1dd2a384e0e5fd4eb2582fd9f1dfa706b6d2d2bb88fb0fbfc2718d'
+ '9a5bee818a4995bc52e91588059bef42728d046808206bfb93977f4e3109e50c')
fi
pkgver() {