summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTzu-Yu Lee2023-09-29 23:14:40 +0800
committerTzu-Yu Lee2023-09-29 23:14:40 +0800
commitc7cb8366387dc2e2d52fb9ef97eeff89b723a360 (patch)
tree1d2de62cecca605e797dc4fa58188c2d414791da
parent27dc2e5e359f667bb546a1016eec87b8d2753e82 (diff)
downloadaur-c7cb8366387dc2e2d52fb9ef97eeff89b723a360.tar.gz
Allow user to choose JRE version
As ltex-ls works for JRE above 11, do not fix the JRE version so that building this package does not require installing another JRE.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 776b3826e0c7..8637a1d02bdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_pkgname=ltex-ls
pkgname="${_pkgname}-bin"
pkgver=16.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="LTeX Language Server: LSP language server for LanguageTool with support for LaTeX, Markdown, and others"
arch=('any')
url="https://github.com/valentjn/ltex-ls"
license=('MPL2')
-depends=('java-runtime=11' 'bash')
+depends=('java-runtime>=11' 'bash')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.gz")