summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWu Zhenyu2023-10-27 19:21:08 +0800
committerWu Zhenyu2023-10-27 19:21:08 +0800
commit3336527f3e1ec23f12b2c0594deac55c14f4b9b1 (patch)
tree1d5ebecd2c8361df00baad848d762ac6a5bd60b3
parent40b13fb04415dc35eff24a6c084081e6c326a2d7 (diff)
downloadaur-3336527f3e1ec23f12b2c0594deac55c14f4b9b1.tar.gz
:heavy_plus_sign: Add depends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf47302fbbdf..8b0be7a41769 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,13 +9,13 @@ pkgbase = python-tree-sitter-lsp
depends = python-colorama
depends = python-jinja
depends = python-jsonschema
- depends = python-platformdirs
depends = python-pygls
depends = python-tree-sitter
optdepends = python-beautifulsoup4
optdepends = python-pypandoc
optdepends = python-markdown-it-py
optdepends = python-pygments
+ optdepends = python-platformdirs
source = https://files.pythonhosted.org/packages/py3/t/tree_sitter_lsp/tree_sitter_lsp-0.0.1-py3-none-any.whl
sha256sums = f2c1d535ed3af0917cf4e437366659f658efda91c469a9d619075a14327705b7
diff --git a/PKGBUILD b/PKGBUILD
index 3f618cc40148..53d7febf7f0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ pkgrel=1
pkgdesc="a library to create language servers"
arch=(any)
url=https://github.com/Freed-Wu/$_pkgname
-depends=(python-colorama python-jinja python-jsonschema python-platformdirs python-pygls python-tree-sitter)
-optdepends=(python-beautifulsoup4 python-pypandoc python-markdown-it-py python-pygments)
+depends=(python-colorama python-jinja python-jsonschema python-pygls python-tree-sitter)
+optdepends=(python-beautifulsoup4 python-pypandoc python-markdown-it-py python-pygments python-platformdirs)
makedepends=(python-installer)
license=(GPL3)
_py=py3