summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbageljr2022-05-08 17:11:13 -0500
committerbageljr2022-05-08 17:11:13 -0500
commit34992e6c1b61ef7e2cdebd53e7329d109f688801 (patch)
treed8c57cdcd695509a534820ab5a1918f5dea88b14
parentfbbcf2055d0bedef81cc1e2417e8842a9cac17ff (diff)
downloadaur-34992e6c1b61ef7e2cdebd53e7329d109f688801.tar.gz
move isort package
-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