summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhossbach2023-10-18 11:25:35 +0200
committerjhossbach2023-10-18 11:25:35 +0200
commit0c5c121be3425e7ac5a1627b8a542c9ac53eb1df (patch)
treef9f5cf60637193aadfe36252f92e74e4445ba2d9
parent34be22f8617aa3e5de684720dcac13dedda53426 (diff)
downloadaur-0c5c121be3425e7ac5a1627b8a542c9ac53eb1df.tar.gz
add restriction to python-ruff
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 668c4484bbdb..5eaa4c858f6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = python-lsp-ruff
makedepends = python-installer
makedepends = python-wheel
depends = python-lsp-server
- depends = python-ruff
+ depends = python-ruff<0.1.0
depends = python-lsprotocol
depends = python-tomli
source = python-lsp-ruff-1.5.2.tar.gz::https://github.com/python-lsp/python-lsp-ruff/archive/refs/tags/v1.5.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 56279473b5d7..898c9cbd2f3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ 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=('7b11f9675026b788b32cf73452e6e3ea6e7c2924b7cf1129f42e01dc9dac556d')
-depends=(python-lsp-server python-ruff python-lsprotocol python-tomli)
+depends=(python-lsp-server 'python-ruff<0.1.0' python-lsprotocol python-tomli)
makedepends=(python-build python-installer python-wheel)
checkdepends=(python-pytest)