Package Details: binance 1.54.19-1

Git Clone URL: https://aur.archlinux.org/binance.git (read-only, click to copy)
Package Base: binance
Description: The Binance desktop application
Upstream URL: https://www.binance.com/en/download
Keywords: binance crypto electron
Licenses: unknown
Submitter: strahe
Maintainer: strahe (metaanon, tyjak)
Last Packager: metaanon
Votes: 35
Popularity: 0.081868
First Submitted: 2020-09-10 08:20 (UTC)
Last Updated: 2025-06-17 10:33 (UTC)

Required by (0)

Sources (1)

Pinned Comments

metaanon commented on 2021-05-13 07:29 (UTC) (edited on 2021-05-13 08:08 (UTC) by metaanon)

Binance don't version their binaries. They simply replace the binance-amd64-linux.deb with a newer version. This means you will correctly receive a validity check error as the deb file no longer matches with the SHA sum.

Please confirm the latest Binance version and then mark this package as out of date.

Unless Binance change their release strategy or someone can come up with a clever solution, it is what it is.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

ainola commented on 2021-03-21 04:32 (UTC)

Maintainers, please review the PKGBUILD here as it has multiple flaws that require addressing:

  1. Do not skip the checksum. Please bug upstream about having versioned releases so that their pushing an update does not break the published version here.

  2. Remove unused lines such as optdepends()

  3. There are no dependencies listed, which is likely incorrect.

  4. Quote your shell variables.

waasl commented on 2021-03-13 20:07 (UTC)

Thank you, great up to date package from the source, verified checksum, easy install, no bloatware (electron). Just werks.

waasl commented on 2021-03-13 20:05 (UTC) (edited on 2021-03-13 20:12 (UTC) by waasl)

This package does not work for me, lightdm crashes and I have to use timeshift to restore my entire system.

tyjak commented on 2021-03-13 14:45 (UTC)

@earthmind I added the shachecksum ;)

blazko commented on 2021-02-15 15:34 (UTC)

You were absolutely right. Thank you :)

metaanon commented on 2021-02-15 14:43 (UTC)

Could you have a corrupted .deb file in your cache? Presume you're using yay, could take a look in ~/.cache/yay/binance-electron and check the sha256sum of the downloaded .deb file or just blast the whole binance-electron folder and try installing again?

blazko commented on 2021-02-15 14:00 (UTC)

Hi, thanks for a quick reply. Yes, I'm trying to install ver 1.12.0-2 and I'm getting a validity check error:

Building binance-electron...
==> Making package: binance-electron 1.12.0-2 (pon, 15 lut 2021, 14:59:42)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found binance-amd64-linux.deb
==> Validating source files with sha256sums...
    binance-amd64-linux.deb ... FAILED
==> ERROR: One or more files did not pass the validity check!
Failed to build binance-electron

metaanon commented on 2021-02-15 11:47 (UTC)

Hi Blazko, have you got any more details? I've checked on two machines and I'm not seeing any issues. You are trying to install 1.12.0-2? There was an issue with 1.12.0-1 which I fixed up six days ago.

blazko commented on 2021-02-15 11:18 (UTC)

Would you mind updating keys?

==> ERROR: One or more files did not pass the validity check! Error: Failed to build binance-electron

tyjak commented on 2021-01-15 00:12 (UTC)

@earthmind, I'd like to put the checksum but don't want to be dependent of having to publish PKGBUILD each time binance publish a new version. Intervals between binance update could be very short, I prefer be able to update each time a new version is available than wait to have the PKGBUILD with the new checksum for the new version. Nevertheless, like you I'm not very pleased with this, I'd like to find a solution to automate the checksum verification...