Package Details: binance-desktop 2.1.0-1

Git Clone URL: https://aur.archlinux.org/binance-desktop.git (read-only, click to copy)
Package Base: binance-desktop
Description: The Binance desktop application. Github releases channel
Upstream URL: https://www.binance.com/en/download
Licenses: unknown
Conflicts: binance
Submitter: macinteuch
Maintainer: macinteuch
Last Packager: macinteuch
Votes: 0
Popularity: 0.000000
First Submitted: 2026-01-07 10:25 (UTC)
Last Updated: 2026-01-07 10:25 (UTC)

Required by (0)

Sources (1)

Latest Comments

hepp3n commented on 2026-01-24 20:04 (UTC)

Please use this patch to update binance to 2.2.1

diff --git a/PKGBUILD b/PKGBUILD
index 075add6..bdc41f1 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,20 @@
 # Maintainer: macinteuch <tetrasdev@protonmail.com>

 pkgname=binance-desktop
-pkgver=2.1.0
+pkgver=2.2.1
 pkgrel=1
-pkgdesc="The Binance desktop application. Github releases channel"
+pkgdesc="The Binance desktop application. Official releases channel."
 conflicts=('binance')
 arch=('x86_64')
 url="https://www.binance.com/en/download"
 license=('unknown')
 checkdepends=('curl' 'coreutils')
-source=("${pkgname}-${pkgver}.deb::https://github.com/binance/desktop/releases/download/v${pkgver}/binance-${pkgver}-amd64-linux.deb")
-sha256sums=('8b05ddbeb15f0d40e9554d27a37bb0695ac01da3f96ab5626da2d9fb8cce560c')
+source=("${pkgname}-${pkgver}.deb::https://download.binance.com/electron-desktop/linux/production/binance-amd64-linux.deb")
+# sha256sum: https://download.binance.com/electron-desktop/linux/production/binance-amd64-linux-deb-sha256.txt
+sha256sums=('25cf4c8b76a56cbf879479bf2844e674078dea9cca3f0c72789f8c18bcb59a08')

 package() {
     bsdtar -xv -C "${pkgdir}" -f "${srcdir}/data.tar.xz"
     mkdir "${pkgdir}/usr/bin"
     ln -s /opt/Binance/binance "${pkgdir}/usr/bin/binance"
-}
\ No newline at end of file
+}