summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjhossbach2024-04-27 15:08:08 +0200
committerjhossbach2024-04-27 15:08:08 +0200
commit6490681d7350fdc23369e40ac532ff69544c846a (patch)
treef0cfea5acd2a2442b8825f9d5bfd66c711e1f178 /PKGBUILD
parent1efa84c8972f48da385b9a2e9f8b2c8d8b972cf4 (diff)
downloadaur-python-lsp-ruff.tar.gz
update to v2.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc026eff140f..294620420bd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: jhossbach <julian dot hossbach at gmx dot de>
pkgname=python-lsp-ruff
-pkgver=2.2.0
+pkgver=2.2.1
pkgrel=1
pkgdesc="python-lsp-server plugin for extensive and fast linting using ruff"
arch=(any)
license=('MIT')
url="https://github.com/python-lsp/python-lsp-ruff"
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('b252fed022f65749f1989263713b3348322256062f6c03737676bda63de9c472')
+sha256sums=('4a1ec09e0360c160006caa904ee6ae812babc2c551baa1444c32d3cb2b2f9b32')
depends=(python-lsp-server 'python-ruff>=0.2.0' python-cattrs python-lsprotocol python-tomli)
makedepends=(python-build python-installer python-wheel)
checkdepends=(python-pytest)