Package Details: ada_language_server-bin 26.0.202411173-2

Git Clone URL: https://aur.archlinux.org/ada_language_server-bin.git (read-only, click to copy)
Package Base: ada_language_server-bin
Description: High performance syntactic and semantic engine for the Ada programming language
Upstream URL: https://github.com/AdaCore/ada_language_server
Licenses: GPL3
Conflicts: ada_language_server, ada_language_server-git
Provides: ada_language_server
Submitter: tfl5034
Maintainer: tfl5034
Last Packager: tfl5034
Votes: 1
Popularity: 0.000016
First Submitted: 2023-06-15 04:24 (UTC)
Last Updated: 2024-12-03 02:05 (UTC)

Latest Comments

tfl5034 commented on 2024-12-03 02:06 (UTC)

Thanks, just pushed your fix.

zsoltiv commented on 2024-12-02 18:54 (UTC)

Upstream has changed the naming format of the release tarballs. The following patch fixes it:

--- PKGBUILD.orig   2024-12-02 19:45:36.106540225 +0100
+++ PKGBUILD    2024-12-02 19:49:40.426539117 +0100
@@ -12,8 +12,8 @@
 depends=('gmp' 'glibc' 'gcc-libs')
 makedepends=('patchelf')

-source=("https://github.com/AdaCore/ada_language_server/releases/download/$pkgver/x64-linux.tar.gz")
-b2sums=('94775bf70478800d929e39e40bd88154ebcfb2bf83daf6633d27af5143ec8bb95afebc1e153bc65999ebe19422585b07b88b26add2e9a69d9a07a7748bceb028')
+source=("https://github.com/AdaCore/ada_language_server/releases/download/$pkgver/als-$pkgver-linux-x64.tar.gz")
+b2sums=('a913e30c995eff8b5ed6d15289fef588ce8643430f71ae39fcd34c077b4e59512e9231808e0e9b05a1ff6165f0f2e65d7c01b7db6e50f9c4a55b6477ff2ef044')

 prepare() {
   cd "$srcdir/integration/vscode/ada/x64/linux"