[arch-commits] Commit in bash-language-server/trunk (PKGBUILD)

Daniel M. Capella polyzen at gemini.archlinux.org
Sun May 8 23:37:47 UTC 2022


    Date: Sunday, May 8, 2022 @ 23:37:47
  Author: polyzen
Revision: 1196316

upgpkg: bash-language-server 2.1.0-1 & depend on nodejs<18.1.0

- Pin older Node.js due to https://github.com/bash-lsp/bash-language-server/issues/353

- Built with nodejs-lts-gallium

Modified:
  bash-language-server/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-08 21:03:10 UTC (rev 1196315)
+++ PKGBUILD	2022-05-08 23:37:47 UTC (rev 1196316)
@@ -1,18 +1,19 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 # Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
 
 pkgname=bash-language-server
-pkgver=2.0.0
-pkgrel=5
+pkgver=2.1.0
+pkgrel=1
 pkgdesc="Bash language server implementation based on Tree Sitter and its grammar for Bash"
 arch=("x86_64")
 url="https://github.com/bash-lsp/$pkgname"
 license=("MIT")
-depends=("nodejs" "acorn")
+depends=("nodejs<18.1.0" "acorn")
 makedepends=("yarn" "typescript" "git")
 optdepends=('bash-completion: for CLI args completion')
 source=("$url/archive/server-$pkgver.tar.gz")
-sha512sums=('e72df6f13ed4b861b81329059d41cdfada2729e9523e619ef26d6ed0a2a5400a3dda659b4f4af923a2a9fb2054b99b9d6db082508f2ba06ac0f9a421516e2ce9')
+sha512sums=('4a1814636345595b6561a8bb4a0a7cf48e52a9a86e6ea16120b3ef55d37502561be9fcaa4bc03e6eedbdaaee08d97398f17d02c6c4683c8810ef0aeb36e0dc15')
 
 build() {
     cd "$pkgname-server-$pkgver"



More information about the arch-commits mailing list