Package Details: arduino-language-server-bin 0.7.4-2

Git Clone URL: https://aur.archlinux.org/arduino-language-server-bin.git (read-only, click to copy)
Package Base: arduino-language-server-bin
Description: An Arduino Language Server based on Clangd to Arduino code autocompletion
Upstream URL: https://github.com/arduino/arduino-language-server
Keywords: arduino arduino-language-server lsp neovim
Licenses: Apache
Conflicts: arduino-language-server
Provides: arduino-language-server
Submitter: debendra
Maintainer: debendra
Last Packager: debendra
Votes: 1
Popularity: 0.001619
First Submitted: 2022-01-13 14:28 (UTC)
Last Updated: 2023-03-08 03:11 (UTC)

Latest Comments

debendra commented on 2022-10-26 08:07 (UTC)

Thanks, I have updated the pkgbuild.

lambtho commented on 2022-10-26 07:56 (UTC)

Upon install I get:

error: failed to commit transaction (conflicting files)
arduino-language-server-bin: /usr/share/licenses exists in filesystem

The license is not installed in the appropriate place. As it is, it tries to overwrite an other poorly placed license. Editing the PKGBUILD as follow fixes the problem

install -Dm644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"

debendra commented on 2022-06-19 14:34 (UTC)

Thanks, added.

thomy2000 commented on 2022-05-07 11:32 (UTC)

You should probably also install the LICENSE to the correct directory in /usr/share/licenses iirc.