Package Details: lighthouse-ethereum 5.1.3-2

Git Clone URL: https://aur.archlinux.org/lighthouse-ethereum.git (read-only, click to copy)
Package Base: lighthouse-ethereum
Description: Ethereum 2.0 client
Upstream URL: https://lighthouse.sigmaprime.io/
Licenses: Apache License 2.0
Submitter: bargst
Maintainer: nbryskin
Last Packager: nbryskin
Votes: 7
Popularity: 0.000014
First Submitted: 2020-06-30 11:49 (UTC)
Last Updated: 2024-04-02 19:37 (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")