diff --git a/srcpkgs/kak-lsp/template b/srcpkgs/kak-lsp/template index f0c66498483..d5dd6c8f201 100644 --- a/srcpkgs/kak-lsp/template +++ b/srcpkgs/kak-lsp/template @@ -1,6 +1,6 @@ # Template file for 'kak-lsp' pkgname=kak-lsp -version=17.1.2 +version=18.0.2 revision=1 build_style=cargo short_desc="Language Server Protocol client for Kakoune" @@ -9,9 +9,10 @@ license="Unlicense" homepage="https://github.com/kakoune-lsp/kakoune-lsp" changelog="https://raw.githubusercontent.com/kakoune-lsp/kakoune-lsp/master/CHANGELOG.md" distfiles="https://github.com/kakoune-lsp/kakoune-lsp/archive/v${version}.tar.gz" -checksum=2a7c83eb1eb7e0e119879ee9be9b0868c07028c4925c317a78e7f2bbe8dc7d0f +checksum=ad33b20437cd7bc89d7992b9449a02c946528e7f91d15d76dba27c7ad2ae7d36 post_install() { vlicense UNLICENSE - vsconf kak-lsp.toml + vsconf rc/servers.kak + vsconf rc/lsp.kak }