neocmakelsp: update to 0.8.25
This commit is contained in:
parent
e5bfb699c2
commit
20dfc40946
@ -1,7 +1,7 @@
|
|||||||
--- a/meson.build
|
--- a/meson.build
|
||||||
+++ b/meson.build
|
+++ b/meson.build
|
||||||
@@ -33,16 +33,6 @@
|
@@ -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'
|
zsh_compeletion_dir = datadir / 'zsh' / 'site-functions'
|
||||||
|
|
||||||
-custom_target(
|
-custom_target(
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
_realname=neocmakelsp
|
_realname=neocmakelsp
|
||||||
pkgbase=mingw-w64-${_realname}
|
pkgbase=mingw-w64-${_realname}
|
||||||
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
|
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
|
||||||
pkgver=0.8.23
|
pkgver=0.8.25
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='CMake LSP implementation based on Tower and Tree-sitter (mingw-w64)'
|
pkgdesc='CMake LSP implementation based on Tower and Tree-sitter (mingw-w64)'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
@ -20,8 +20,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-rust"
|
|||||||
"${MINGW_PACKAGE_PREFIX}-ninja")
|
"${MINGW_PACKAGE_PREFIX}-ninja")
|
||||||
source=("https://github.com/neocmakelsp/neocmakelsp/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz"
|
source=("https://github.com/neocmakelsp/neocmakelsp/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz"
|
||||||
0001-neocmakelsp-meson-disable-cargo-build.patch)
|
0001-neocmakelsp-meson-disable-cargo-build.patch)
|
||||||
sha256sums=('3cbc9ce4b49a93a67137af0ebe619c7fa39998376cb5ae75baf53c38211fc6a0'
|
sha256sums=('2e4e1b61ea4d426bbfa615cffb847ed866ee8b8477f114c648567fc7750c482e'
|
||||||
'cb5ca660796b33e9834e126c15ea28bc48b2ec7cbc811e2b757462625cf85567')
|
'afe25275633ad9547703719db8656b38cfeb60f675d4076508abe3ceaa3c42a7')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${_realname}-${pkgver}"
|
cd "${_realname}-${pkgver}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user