Package Details: lighthouse-ethereum 8.2.1-1

Git Clone URL: https://aur.archlinux.org/lighthouse-ethereum.git (read-only, click to copy)
Package Base: lighthouse-ethereum
Description: Ethereum consensus client in Rust
Upstream URL: https://github.com/sigp/lighthouse
Licenses: Apache-2.0
Conflicts: lighthouse-bin, lighthouse-ethereum-bin
Submitter: bargst
Maintainer: Kewl
Last Packager: Kewl
Votes: 7
Popularity: 0.000000
First Submitted: 2020-06-30 11:49 (UTC)
Last Updated: 2026-07-21 10:32 (UTC)

Latest Comments

mansuetus commented on 2024-02-24 10:32 (UTC) (edited on 2024-02-25 09:08 (UTC) by mansuetus)

I'm having some trouble compiling with makepkg -si the 5.0.0 release (or "any" release).

mkdir tmp

cd tmp

git clone https://github.com/sigp/lighthouse.git

cd lighthouse

git checkout stable

cargo build --release

works, but makepkg -si produces errors at about 1000/1116. Is anyone having same kind of issue ?

osimarr commented on 2023-05-27 07:38 (UTC) (edited on 2023-05-27 07:40 (UTC) by osimarr)

Need to add this missing dependence: libpqxx

xrchz commented on 2022-01-20 21:45 (UTC)

clang is now required as a makedepend

<deleted-account> commented on 2021-03-23 18:29 (UTC)

This should have make as a mandatory build dependency (required by openssl-sys)

Spider.007 commented on 2020-09-25 07:59 (UTC)

please consider moving from $_commit to simply:

source=("git+https://github.com/sigp/lighthouse.git#tag=v$pkgver")