summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd92d2df44d1..8ef3c378fc1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-lsp-all
pkgver = 1
- pkgrel = 5
+ pkgrel = 6
arch = any
depends = python-lsp-server
depends = python-lsp-black
- depends = python-lsp-isort
+ depends = python-pyls-isort
depends = python-pylsp-mypy
depends = python-rope
depends = python-pyflakes
diff --git a/PKGBUILD b/PKGBUILD
index 5c94e51c5af5..abe26707c4cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
pkgname=python-lsp-all
pkgver=1
-pkgrel=5
+pkgrel=6
description="metapackage for python lsp server"
arch=(any)
-depends=("python-lsp-server" "python-lsp-black" "python-lsp-isort" "python-pylsp-mypy" "python-rope" "python-pyflakes" "python-mccabe" "python-pycodestyle" "python-pydocstyle" "python-pylsp-rope")
+depends=("python-lsp-server" "python-lsp-black" "python-pyls-isort" "python-pylsp-mypy" "python-rope" "python-pyflakes" "python-mccabe" "python-pycodestyle" "python-pydocstyle" "python-pylsp-rope")
optdepends=("flake8: error checking"
"python-pylint: linting")
#No memestra yet