summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonidas Spyropoulos2023-01-19 12:56:17 +0000
committerLeonidas Spyropoulos2023-01-19 12:56:17 +0000
commit10512561481ea92b2d757170933fc994f83e7465 (patch)
treea11cb0f37a86d6a334795a6b6db46a0ad517b7af
parent957e1a1a159229964230085f8f7cd936882d2597 (diff)
downloadaur-vim-youcompleteme-git.tar.gz
upgpkg: vim-youcompleteme-git r3059.50379d35-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c5674658fe9..4f6890e91d96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vim-youcompleteme-git
pkgdesc = A code-completion engine for Vim
- pkgver = r3050.7620d87f
+ pkgver = r3059.50379d35
pkgrel = 1
url = https://ycm-core.github.io/YouCompleteMe/
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = vim-youcompleteme-git
depends = python>=3.6
depends = python-watchdog
depends = python-bottle
- depends = clang>=11.0
+ depends = clang
optdepends = gopls: Go semantic completion
optdepends = nodejs-tern: JavaScript semantic completion
optdepends = rust-analyzer: Rust semantic completion
diff --git a/PKGBUILD b/PKGBUILD
index 8485f9802355..05d8b8bfadb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,14 +36,14 @@ _neovim="$NEOVIM_YOUCOMPLETEME"
### IMPORTANT: Do no edit below this line unless you know what you're doing
pkgname=vim-youcompleteme-git
-pkgver=r3050.7620d87f
+pkgver=r3059.50379d35
pkgrel=1
pkgdesc='A code-completion engine for Vim'
arch=('x86_64')
url='https://ycm-core.github.io/YouCompleteMe/'
license=('GPL3')
groups=('vim-plugins')
-depends=('vim' 'python>=3.6' 'python-watchdog' 'python-bottle' 'clang>=11.0')
+depends=('vim' 'python>=3.6' 'python-watchdog' 'python-bottle' 'clang')
makedepends=('git' 'cmake' 'pybind11')
optdepends=(
'gopls: Go semantic completion'
@@ -65,8 +65,8 @@ 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-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)
+ clangd-15.0.1.tar.bz2::https://github.com/ycm-core/llvm/releases/download/15.0.1/clangd-15.0.1-x86_64-unknown-linux-gnu.tar.bz2
+ libclang-15.0.1.tar.bz2::https://github.com/ycm-core/llvm/releases/download/15.0.1/libclang-15.0.1-x86_64-unknown-linux-gnu.tar.bz2)
sha256sums=('SKIP'
'SKIP'
'10a64c468d1dd2a384e0e5fd4eb2582fd9f1dfa706b6d2d2bb88fb0fbfc2718d'