diff options
author | Leonidas Spyropoulos | 2021-04-09 19:30:04 +0100 |
---|---|---|
committer | Leonidas Spyropoulos | 2021-04-09 19:30:04 +0100 |
commit | 2dc7c15841e15497910afb8db3f8c28e1ad3bd87 (patch) | |
tree | e778841423571f9cecdd49d41bec5a6b0464ff80 /PKGBUILD | |
parent | 7829aab80ff6378eb8f765c2e89a24cf110cbc59 (diff) | |
download | aur-2dc7c15841e15497910afb8db3f8c28e1ad3bd87.tar.gz |
upgpkg: vim-youcompleteme-git r2791.a3d02238-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,7 +35,7 @@ _neovim="$NEOVIM_YOUCOMPLETEME" ### IMPORTANT: Do no edit below this line unless you know what you're doing pkgname=vim-youcompleteme-git -pkgver=r2789.ed423e8a +pkgver=r2791.a3d02238 pkgrel=1 pkgdesc='A code-completion engine for Vim' arch=('x86_64') @@ -122,7 +122,7 @@ package() { install -Ddm755 "${pkg_ycmd_dir}" cp -dr --no-preserve=ownership autoload doc plugin python "${pkgdir}/usr/share/vim/vimfiles" - cp -dr --no-preserve=ownership third_party/ycmd/{ycmd,ycm_core.so,CORE_VERSION} "${pkg_ycmd_dir}" + cp -dr --no-preserve=ownership third_party/ycmd/{ycmd,ycm_core.*.so,CORE_VERSION} "${pkg_ycmd_dir}" if [[ ${_use_system_clang} == "ON" ]]; then install -Ddm755 "${pkg_ycmd_dir}/third_party/clang/lib/" |