kak-lsp: update to 5.7.0.

This commit is contained in:
Yuusha Spacewolf 2018-10-18 01:52:53 -05:00 committed by maxice8
parent 5c786ce0af
commit 2117881152

View file

@ -1,6 +1,6 @@
# Template file for 'kak-lsp' # Template file for 'kak-lsp'
pkgname=kak-lsp pkgname=kak-lsp
version=5.6.0 version=5.7.0
revision=1 revision=1
build_style=cargo build_style=cargo
short_desc="Language Server Protocol client for Kakoune" short_desc="Language Server Protocol client for Kakoune"
@ -8,8 +8,9 @@ maintainer="Emerson Ferreira <me@skrps.me>"
license="Unlicense" license="Unlicense"
homepage="https://github.com/ul/kak-lsp" homepage="https://github.com/ul/kak-lsp"
distfiles="${homepage}/archive/v${version}.tar.gz" distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=3107ff48fb3fdb7d1bd18f6dab02b76060e008534801cd83691e08f0e5514454 checksum=a0016f386a968f9a4c7d2f08218881cd54e5df9d3716573f552663faa5cdb54a
post_install() { post_install() {
vlicense UNLICENSE vlicense UNLICENSE
vsconf kak-lsp.toml
} }