python-ruff-lsp: update to 0.0.57

This commit is contained in:
Maksim Bondarenkov
2024-09-22 18:10:43 +03:00
committed by GitHub
parent c4c855cc0e
commit 3b9fde7fce

View File

@@ -3,7 +3,7 @@
_realname=ruff-lsp
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.0.56
pkgver=0.0.57
pkgrel=1
pkgdesc="A Language Server Protocol implementation for Ruff (mingw-w64)"
arch=('any')
@@ -26,7 +26,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest-asyncio"
"${MINGW_PACKAGE_PREFIX}-python-lsp-jsonrpc")
options=('!strip')
source=("${url}/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('d9fe46f66ba67096623e8968984aa9aa1b3413842a33d1265415103f98bef1d6')
sha256sums=('91e6a65ee8b927111e870890ef84f3b785f43c243b0b8e0b3cd8bb42195e0eb8')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"