Search Criteria
Package Details: odinls 2024_08_01-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/odinls.git (read-only, click to copy) |
---|---|
Package Base: | odinls |
Description: | ols: language server for Odin |
Upstream URL: | https://github.com/DanielGavin/ols |
Licenses: | MIT |
Submitter: | nnym |
Maintainer: | nnym |
Last Packager: | nnym |
Votes: | 1 |
Popularity: | 0.52 |
First Submitted: | 2023-04-13 05:11 (UTC) |
Last Updated: | 2024-08-25 00:34 (UTC) |
Latest Comments
nnym commented on 2024-08-25 00:36 (UTC)
Both issues should be fixed now. As for the latter, this package now uses the latest version before the latest Odin release.
Edsploration commented on 2024-08-24 19:11 (UTC)
The upstream repository is "made to be up to date with the master branch of Odin", meaning it is kept up to date with the master branch of the Odin repo, not the release which the odin package grabs. So this wasn't building for me, and I could have pulled the latest Odin commit to fix it, but found it easier to use a 3-week-old ols commit by editing the source line to source=(git+$url#commit=7511daa) in the PKGBUILD.
This problem should resolve itself after the next Odin release and the odin package gets updated, but may occur again until something is done to keep this dependency in sync.
aperez commented on 2024-03-12 18:50 (UTC)
I needed to add
makedepends=(git)
to make this build cleanly in a chroot.