summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab936b2b93ff..13b16627dc91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = binance
pkgdesc = The Binance desktop application
pkgver = 1.16.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.binance.com/en/download
arch = x86_64
license = unknown
checkdepends = curl
checkdepends = coreutils
- depends = electron
source = binance-1.16.2.deb::https://ftp.binance.com/electron-desktop/linux/production/binance-amd64-linux.deb
sha256sums = f253300c531bc770c8d44a17a63526aee405a619bb8b8a05ad92c3b1b8b8e722
diff --git a/PKGBUILD b/PKGBUILD
index ccc71cbd10c6..95b8b3ae032e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,11 @@
pkgname=binance
pkgver=1.16.2
-pkgrel=1
+pkgrel=2
pkgdesc="The Binance desktop application"
arch=('x86_64')
url="https://www.binance.com/en/download"
license=('unknown')
-depends=('electron')
checkdepends=('curl' 'coreutils')
source=('https://ftp.binance.com/electron-desktop/linux/production/binance-amd64-linux.deb')
source=("${pkgname}-${pkgver}.deb::https://ftp.binance.com/electron-desktop/linux/production/binance-amd64-linux.deb")