testing/kakoune-lsp: upgrade to 17.1.2

also, enable on loongarch64, it is no longer blocked by libc crate
This commit is contained in:
Celeste 2024-08-22 04:37:47 +00:00 committed by J0WI
parent 0ca72f16e2
commit f08a9735e6

View file

@ -1,12 +1,11 @@
# Contributor: Siva Mahadevan <me@svmhdvn.name>
# Maintainer: Siva Mahadevan <me@svmhdvn.name>
pkgname=kakoune-lsp
pkgver=17.1.1
pkgver=17.1.2
pkgrel=0
pkgdesc="Kakoune Language Server Protocol Client"
url="https://github.com/kakoune-lsp/kakoune-lsp"
# loongarch64: blocked by libc crate
arch="all !s390x !riscv64 !loongarch64" # limited by cargo
arch="all !s390x !riscv64" # limited by cargo
license="Unlicense OR MIT"
makedepends="cargo cargo-auditable"
source="$pkgname-$pkgver.tar.gz::https://github.com/kakoune-lsp/kakoune-lsp/archive/refs/tags/v$pkgver.tar.gz"
@ -29,6 +28,7 @@ check() {
package() {
cargo auditable install --locked --path . --root="$pkgdir/usr"
}
sha512sums="
0e0c0ccd6d134e6fa98f9470432dc1dab0c3e67ba87d2b40b83dc7637e0d3f4471d4efae0a54854f70f54b9f7ec3f774baea14d08f2bff90ac48781a55248ff1 kakoune-lsp-17.1.1.tar.gz
597cd7eb213924e283f75b025dcacd18321c3ee55c8c4bd0cc269ee462df8b86c788af8f5710fb6a1adf34799396b03adaf08d9d94e3c83f57c6460bf96eeb88 kakoune-lsp-17.1.2.tar.gz
"