summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWu Zhenyu2023-06-19 16:17:34 +0800
committerWu Zhenyu2023-06-19 16:17:34 +0800
commit213dc90844ff67785befb8b694544aa514368082 (patch)
tree33fa04f09472bb328d3de6f296414e91918f08ab /PKGBUILD
parentb13e8bc019f4b9b84f0a44e8bee3ae205c00d0b5 (diff)
downloadaur-213dc90844ff67785befb8b694544aa514368082.tar.gz
:bug: Fix optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc33ac62287f..a700a6d98a09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
_pkgname=sublime-syntax-language-server
pkgname="python-$_pkgname"
pkgver=0.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="sublime-syntax language server"
arch=(any)
url=https://github.com/Freed-Wu/sublime-syntax-language-server
depends=(python-pygls python-platformdirs)
+optdepends=(python-beautifulsoup4)
makedepends=(python-installer)
license=(GPL3)
_py=py3