
























WARNING: this package is choosing to use an END OF LIFE version of Electron which means NO MORE ELECTRON SECURITY PATCHES: https://github.com/LedgerHQ/ledger-live/issues/10165
To use this package with the latest maintained Electron version, apply this patch to your PKGBUILD:
diff --git a/PKGBUILD b/PKGBUILD
index 93057d3..ec0b99c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_appname=ledger-live-desktop
pkgname=ledger-live
-_electron='electron32'
+_electron='electron36'
pkgver=2.113.1
pkgrel=1
pkgdesc="Maintain your Ledger devices"
Electron version will be updated when it is updated in the upstream repository.
This package successfully builds and runs with electron36.
diff --git a/PKGBUILD b/PKGBUILD
index cd36d51..762b520 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_appname=ledger-live-desktop
pkgname=ledger-live
-_electron='electron32'
+_electron='electron36'
pkgver=2.113.0
pkgrel=1
pkgdesc="Maintain your Ledger devices"
electron32 has become nearly impossible to build without a massive amount of resources and time because that maintainer has changed build dependencies.
electron36 is maintained by Arch and is an easy download/install. It's currently available in the electron package.
@HD_hirku Ledger creates releases on GitHub, but doesn't set them as pre-releases. Releases on GitHub can be unstable. They can still cancel publishing, that's why I'm waiting for the official release on the website: https://www.ledger.com/ledger-live. Consider using ledger-live-git to get the latest GitHub release.
Mhh, doesn't build for me:
/home/marek/.cache/yay/ledger-live/src/.nvm/versions/node/v22.13.1/lib/node_modules/corepack/dist/lib/corepack.cjs:21535
if (key == null || signature == null) throw new Error(`Cannot find matching keyid: ${JSON.stringify({ signatures, keys })}`);
^
Error: Cannot find matching keyid: {"signatures":[{"sig":"MEUCIFi9BYophxX3QG3a5acNjLiow3vuJl77lZ78ZRzFgSJ0AiEA2+LpJqXKe9BP9txmN20SuX99TcI/K4bC/2Wi6alfG4s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"keys":[{"expires":null,"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","keytype":"ecdsa-sha2-nistp256","scheme":"ecdsa-sha2-nistp256","key":"MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE1Olb3zMAFFxXKHiIkQO5cJ3Yhl5i6UPp+IhuteBJbuHcA5UogKo0EWtlWwW6KSaKoTNEYL7JlCQiVnkhBktUgg=="}]}
at verifySignature (/home/marek/.cache/yay/ledger-live/src/.nvm/versions/node/v22.13.1/lib/node_modules/corepack/dist/lib/corepack.cjs:21535:47)
at fetchLatestStableVersion (/home/marek/.cache/yay/ledger-live/src/.nvm/versions/node/v22.13.1/lib/node_modules/corepack/dist/lib/corepack.cjs:21553:5)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async fetchLatestStableVersion2 (/home/marek/.cache/yay/ledger-live/src/.nvm/versions/node/v22.13.1/lib/node_modules/corepack/dist/lib/corepack.cjs:21672:14)
at async Engine.getDefaultVersion (/home/marek/.cache/yay/ledger-live/src/.nvm/versions/node/v22.13.1/lib/node_modules/corepack/dist/lib/corepack.cjs:22298:23)
at async Engine.executePackageManagerRequest (/home/marek/.cache/yay/ledger-live/src/.nvm/versions/node/v22.13.1/lib/node_modules/corepack/dist/lib/corepack.cjs:22396:47)
at async Object.runMain (/home/marek/.cache/yay/ledger-live/src/.nvm/versions/node/v22.13.1/lib/node_modules/corepack/dist/lib/corepack.cjs:23102:5)
Node.js v22.13.1
@HD_hirku Thank you very much! My bad, the update script for ledger-live has been broken for a long time.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
@HD_hirku Ledger creates releases on GitHub, but doesn't set them as pre-releases. Releases on GitHub can be unstable. They can still cancel publishing, that's why I'm waiting for the official release on the website: https://www.ledger.com/ledger-live. Consider using ledger-live-git to get the latest GitHub release.