Skip to content

Commit

Permalink
python-ruff-lsp: update to 0.0.61
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny authored Feb 7, 2025
1 parent d764edc commit be93e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-python-ruff-lsp/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=ruff-lsp
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.0.60
pkgver=0.0.61
pkgrel=1
pkgdesc="A Language Server Protocol implementation for Ruff (mingw-w64)"
arch=('any')
Expand All @@ -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=('8f7dcc8c31140e7f631589ef3deccc174faf55a70cc3815847e39bf95829b855')
sha256sums=('c0656c8921d283b8c97a42088d57b1fdcaf0877e1c20d2e2514b628352d644cb')

build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
Expand Down

0 comments on commit be93e11

Please sign in to comment.