summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonidas Spyropoulos2021-06-07 10:39:11 +0100
committerLeonidas Spyropoulos2021-06-07 10:39:11 +0100
commitdd549ad48ada31550549c5f45b54028c557c6e44 (patch)
treec91efd1fa069e9b9f05958773a171d023d262d57
parent6fd9bc572b501a21b63c04171ce51ceff44afef3 (diff)
downloadaur-dd549ad48ada31550549c5f45b54028c557c6e44.tar.gz
upgpkg: vim-youcompleteme-git r2813.4df6f35f-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 071516e60d6e..5eee796f0056 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vim-youcompleteme-git
pkgdesc = A code-completion engine for Vim
- pkgver = r2812.ab73ca25
+ pkgver = r2813.4df6f35f
pkgrel = 1
url = https://ycm-core.github.io/YouCompleteMe/
arch = x86_64
@@ -26,11 +26,6 @@ pkgbase = vim-youcompleteme-git
optdepends = jdtls: Java semantic completion
optdepends = abseil-cpp: if setting _use_system_abseil ON
source = git+https://github.com/ycm-core/YouCompleteMe.git
- source = 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
- source = 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
sha256sums = SKIP
- sha256sums = 0bb712b8d2a2d6861ea28b11167fc01c21336e5bce8682caab60257e32d9bba1
- sha256sums = dc7b08d63fcf504fdbcfc5b96c446beee8ee79dc96e8d315666b20030c41e29a
pkgname = vim-youcompleteme-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 8c82344d2cb8..c7ccb811a047 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,14 +29,14 @@ _typescript="y" # If you enable both typescript and tern it will defaul to types
_tern="n" # Tern seems abandoned - consider moving to TSserver above (see project page)
_java="y"
-_use_system_clang="OFF"
+_use_system_clang="ON"
_use_system_abseil="OFF"
_neovim="$NEOVIM_YOUCOMPLETEME"
### IMPORTANT: Do no edit below this line unless you know what you're doing
pkgname=vim-youcompleteme-git
-pkgver=r2812.ab73ca25
+pkgver=r2813.4df6f35f
pkgrel=1
pkgdesc='A code-completion engine for Vim'
arch=('x86_64')