Package Details: ledger-live-bin 2.92.0-1

Git Clone URL: https://aur.archlinux.org/ledger-live-bin.git (read-only, click to copy)
Package Base: ledger-live-bin
Description: Maintain your Ledger devices
Upstream URL: https://www.ledger.com/ledger-live
Keywords: bitcoin cryptocurrency wallet
Licenses: MIT
Conflicts: ledger-live
Provides: ledger-live
Submitter: DescartesHorse
Maintainer: phnx47
Last Packager: phnx47
Votes: 54
Popularity: 1.33
First Submitted: 2018-07-10 01:52 (UTC)
Last Updated: 2024-11-14 01:17 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 Next › Last »

phnx47 commented on 2021-02-08 06:31 (UTC)

@arpspoof @agkbill I can't reproduce error...

arpspoof commented on 2021-02-08 02:09 (UTC)

@phnx47: Does latest 2.20.0-2 AppImage work for you? I've had no luck trying to install in fresh.

In research I've run into this update being problematic across multiple distros and requiring a downgrade to 2.19 to get working again.

agkbill commented on 2021-02-06 13:44 (UTC) (edited on 2021-02-08 18:30 (UTC) by agkbill)

Updated to 2.20.0-2 today on my Archlinux, but get following error.

Ledger Live 2.20.0
(node:13489) UnhandledPromiseRejectionWarning: SyntaxError: Unexpected end of JSON input
    at JSON.parse (<anonymous>)
    at load (/opt/ledger-live-desktop/resources/app.asar/.webpack/main.bundle.js:3688:14)
    at async ensureNSLoaded (/opt/ledger-live-desktop/resources/app.asar/.webpack/main.bundle.js:3716:5)
    at async Object.getKey (/opt/ledger-live-desktop/resources/app.asar/.webpack/main.bundle.js:3791:3)
    at async App.<anonymous> (/opt/ledger-live-desktop/resources/app.asar/.webpack/main.bundle.js:4071:20)

phnx47 commented on 2020-12-22 19:19 (UTC)

@dlq84 fixed!

dlq84 commented on 2020-12-22 19:05 (UTC) (edited on 2020-12-22 19:05 (UTC) by dlq84)

You've made a mistake in the PKGBUILD file

"pkgrel=1u"

==> ERROR: pkgrel must be of the form 'integer[.integer]', not 1u.

phnx47 commented on 2020-10-09 07:43 (UTC) (edited on 2020-12-22 19:20 (UTC) by phnx47)

@s83 I read more about pkgver(). It is good only for VCS package. In current package I use AppImage.

phnx47 commented on 2020-09-30 19:18 (UTC)

@s83 Hi! I not used pkgver() before. I tried, but it doesn't work properly in my laptop. Feel free create Merge Request: https://gitlab.com/phnx47-aur/ledger-live-bin and I will test it.

s83 commented on 2020-09-30 13:30 (UTC) (edited on 2020-09-30 13:31 (UTC) by s83)

Hi thank you for maintaining these packages. Can you implement please a dynamic versioning from upstream using pkgver() function. That way you can stay synced to the latest version. Best, Samuel

pkgver() {
  cd "${_gitname}"
  ( set -o pipefail
  git describe --long --tags 2>/dev/null | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' ||
  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
  )
}

undrivendev commented on 2020-07-13 23:01 (UTC)

Got an error, cannot install:

yay -Sa ledger-live-bin
:: Checking for conflicts...
:: Checking for inner conflicts...
[Aur: 1]  ledger-live-bin-2.8.0-1

:: Downloaded PKGBUILD (1/1): ledger-live-bin
  1 ledger-live-bin                          (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> 
:: Parsing SRCINFO (1/1): ledger-live-bin
==> Making package: ledger-live-bin 2.8.0-1 (mar 14 lug 2020, 00:57:09)
==> Retrieving sources...
  -> Downloading ledger-live-desktop-2.8.0-linux-x86_64.AppImage...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   658  100   658    0     0   1136      0 --:--:-- --:--:-- --:--:--  1134
100  148M  100  148M    0     0  1578k      0  0:01:36  0:01:36 --:--:-- 1711k
  -> Found LICENSE
==> Validating source files with sha512sums...
    ledger-live-desktop-2.8.0-linux-x86_64.AppImage ... Passed
    LICENSE ... Passed
==> Making package: ledger-live-bin 2.8.0-1 (mar 14 lug 2020, 00:58:47)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found ledger-live-desktop-2.8.0-linux-x86_64.AppImage
  -> Found LICENSE
==> Validating source files with sha512sums...
    ledger-live-desktop-2.8.0-linux-x86_64.AppImage ... Passed
    LICENSE ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
==> Sources are ready.
==> Making package: ledger-live-bin 2.8.0-1 (mar 14 lug 2020, 00:58:49)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Entering fakeroot environment...
==> Starting package()...
QStandardPaths: wrong ownership on runtime directory /run/user/1000, 1000 instead of 0
QStandardPaths: wrong ownership on runtime directory /run/user/1000, 1000 instead of 0
QStandardPaths: wrong ownership on runtime directory /run/user/1000, 1000 instead of 0
Failed to connect to bus: Operation not permitted
Failed to connect to bus: Operation not permitted
==> ERROR: A failure occurred in package().
    Aborting...
Error making: ledger-live-bin

phnx47 commented on 2020-06-11 14:10 (UTC)

@Eothred Now 2.5.0 is latest release. Sorry, I'm new Maintainer this package, I will update only stable release next time.