Package Details: lagrange-bin 1.19.4-1

Git Clone URL: https://aur.archlinux.org/lagrange-bin.git (read-only, click to copy)
Package Base: lagrange-bin
Description: A Beautiful Gemini Client.(Prebuilt version)
Upstream URL: https://gmi.skyjake.fi/lagrange/
Keywords: c11 client desktop gemini gui network openssl raspberrypi sdl
Licenses: BSD-3-Clause
Conflicts: lagrange
Provides: lagrange
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 3
Popularity: 0.037210
First Submitted: 2024-01-17 03:47 (UTC)
Last Updated: 2025-11-27 00:45 (UTC)

Latest Comments

paulhart commented on 2025-09-14 11:40 (UTC) (edited on 2025-09-14 11:43 (UTC) by paulhart)

I was able to complete the install by updating sha256sums_x86_64 to: 371b5e8958df964e5c1f69ef6b6ef3545c3be56539dd9d68fb98c9091a1cf4f6

however, when I try to run (I'm using sway), I get the following error message:

[SDL] init failed: wayland not available

Kcchouette commented on 2025-09-11 07:46 (UTC)

Hello I encountered an error while trying to build the lagrange-bin package. The validation of the lagrange-1.19.1-x86_64.AppImage file failed with the following message:

==> Validating source_x86_64 files with sha256sums...
    lagrange-1.19.1-x86_64.AppImage ... FAILED
==> ERROR: One or more files did not pass the validity check!
Failed to build lagrange-bin

zxp19821005 commented on 2023-05-29 01:18 (UTC)

@m040601 I've update the PKGBUILD file.But I can't test it becauese I don't have the related devices.Please help me to verify it.Thank you!

m040601 commented on 2023-05-26 12:17 (UTC) (edited on 2023-05-26 12:20 (UTC) by m040601)

Thanks for providing this PKGBUILD. Very usefull.

The developer also releases appimages for armhf. These should support all arm architectures, both 32bit and 64bit.

Very very usefull is small underpowerd chromebooks and raspberry pi' running Arch Linux ARM

https://git.skyjake.fi/gemini/lagrange/releases

...
      □ 9.7 MiB Lagrange-1.16.1-armhf.AppImage
      □ 488 B Lagrange-1.16.1-armhf.AppImage.sig
...

Please change the PKGBUILD to also support this, and add someting like this,

arch=('x86_64' 'aarch64' 'armv7h')

(Example how others do it, https://aur.archlinux.org/packages/obsidian-appimage )

Thanks in advance.