neocmakelsp: update to 0.8.25

This commit is contained in:
Dirk Stolle 2025-09-07 17:26:31 +02:00
parent e5bfb699c2
commit 20dfc40946
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
--- a/meson.build
+++ b/meson.build
@@ -33,16 +33,6 @@
bash_compeletion_dir = datadir / 'bash-compeletion' / 'completions'
bash_completion_dir = datadir / 'bash-compeletion' / 'completions'
zsh_compeletion_dir = datadir / 'zsh' / 'site-functions'
-custom_target(

View File

@ -3,8 +3,8 @@
_realname=neocmakelsp
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.8.23
pkgrel=2
pkgver=0.8.25
pkgrel=1
pkgdesc='CMake LSP implementation based on Tower and Tree-sitter (mingw-w64)'
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@ -20,8 +20,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-rust"
"${MINGW_PACKAGE_PREFIX}-ninja")
source=("https://github.com/neocmakelsp/neocmakelsp/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz"
0001-neocmakelsp-meson-disable-cargo-build.patch)
sha256sums=('3cbc9ce4b49a93a67137af0ebe619c7fa39998376cb5ae75baf53c38211fc6a0'
'cb5ca660796b33e9834e126c15ea28bc48b2ec7cbc811e2b757462625cf85567')
sha256sums=('2e4e1b61ea4d426bbfa615cffb847ed866ee8b8477f114c648567fc7750c482e'
'afe25275633ad9547703719db8656b38cfeb60f675d4076508abe3ceaa3c42a7')
prepare() {
cd "${_realname}-${pkgver}"