Package Details: awk-language-server 0.10.5-2

Git Clone URL: https://aur.archlinux.org/awk-language-server.git (read-only, click to copy)
Package Base: awk-language-server
Description: Language server for the AWK programming language
Upstream URL: https://github.com/Beaglefoot/awk-language-server
Keywords: lsp
Licenses: MIT
Submitter: Ordoviz
Maintainer: Ordoviz
Last Packager: Ordoviz
Votes: 2
Popularity: 0.110336
First Submitted: 2023-04-20 15:59 (UTC)
Last Updated: 2024-04-02 09:08 (UTC)

Latest Comments

mkhl commented on 2024-04-02 06:10 (UTC)

diff --git PKGBUILD PKGBUILD
index bc1ad25..8dc0879 100644
--- PKGBUILD
+++ PKGBUILD
@@ -10,7 +10,7 @@ license=(MIT)
 depends=('nodejs' 'glibc' 'gcc-libs')
 makedepends=(jq yarn typescript)
 _commit=55bfe7a07ba1e282b2f9cbc23173246ae9d6596c/
-source=("$pkgname-$pkgver.zip::$url/archive/_commit.zip")
+source=("$pkgname-$pkgver.zip::$url/archive/$_commit.zip")
 sha256sums=('697cf54e371baefe416212707921e1cb4d54a20b536afa7b563e0641d2a24d61')

 build() {

mkhl commented on 2024-01-06 10:10 (UTC)

Can confirm that it builds fine when I install nodejs-lts-iron instead of nodejs. It seems related to their use of https://github.com/nodejs/nan which doesn't support node v21 yet.

Ordoviz commented on 2023-11-06 14:13 (UTC)

This package currently fails to build presumably due to a NodeJS update: https://github.com/Beaglefoot/awk-language-server/issues/57