summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbageljr2022-04-30 22:39:46 -0500
committerbageljr2022-04-30 22:39:46 -0500
commitfbbcf2055d0bedef81cc1e2417e8842a9cac17ff (patch)
treeb9f4c02acf569bf2d1bfb086949a1f67b0605faa
parent8f453aa6300ebf747de75481a0adacad3b848708 (diff)
downloadaur-fbbcf2055d0bedef81cc1e2417e8842a9cac17ff.tar.gz
build on arm
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3639441209b3..bd92d2df44d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-lsp-all
pkgver = 1
- pkgrel = 4
- arch = x86_64
+ pkgrel = 5
+ arch = any
depends = python-lsp-server
depends = python-lsp-black
depends = python-lsp-isort
diff --git a/PKGBUILD b/PKGBUILD
index 856320b5f33a..5c94e51c5af5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
pkgname=python-lsp-all
pkgver=1
-pkgrel=4
-arch=('x86_64')
+pkgrel=5
+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")
optdepends=("flake8: error checking"
"python-pylint: linting")