summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9100373faef4..df0b058b840e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = binance
pkgdesc = The Binance Desktop Application
- pkgver = 0.0.3
+ pkgver = 0.1.0
pkgrel = 1
url = https://www.binance.com/en/download
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 94c2fdd0751b..169e36186dcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: "strahe"
pkgname=binance
-pkgver=0.0.3
+pkgver=0.1.0
pkgrel=1
pkgdesc="The Binance Desktop Application"
arch=('x86_64')
@@ -15,7 +15,7 @@ sha256sums=("SKIP")
package() {
bsdtar -O -xf ${pkgname}-amd64-linux.deb data.tar.xz | bsdtar -C "$pkgdir" -xJf -
-
+ ln -sf /opt/Binance/binance /usr/bin/binance
# Permission fix
find "${pkgdir}" -type d -exec chmod 755 {} +
}