Package Details: erigon-bin 3.0.10-1

Git Clone URL: https://aur.archlinux.org/erigon-bin.git (read-only, click to copy)
Package Base: erigon-bin
Description: Ethereum implementation on the efficiency frontier. Binary distribution
Upstream URL: https://github.com/erigontech/erigon
Licenses: GPL3
Conflicts: erigon
Provides: erigon
Submitter: xrchz
Maintainer: xrchz (gfxlabs)
Last Packager: gfxlabs
Votes: 1
Popularity: 0.000000
First Submitted: 2023-02-24 10:43 (UTC)
Last Updated: 2025-06-27 21:02 (UTC)

Latest Comments

Kewl commented on 2025-05-27 08:32 (UTC) (edited on 2025-05-27 08:34 (UTC) by Kewl)

I confirm @xrchz amendment proposal, the current version fails for me.

xrchz commented on 2025-03-29 11:21 (UTC) (edited on 2025-03-29 11:35 (UTC) by xrchz)

I think the package() function might need to specify the location for the erigon binary with a full path based on $srcdir.

Like this:

-    install -Dm755 erigon "${pkgdir}"/usr/bin/erigon
+    install -Dm755 ${pkgname%-bin}_v${pkgver}_linux_amd64/erigon "${pkgdir}"/usr/bin/erigon