summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author少爷2020-11-16 11:14:05 +0800
committer少爷2020-11-16 11:14:05 +0800
commit705bea719b85a04f163277cfa8c37bcb845137b1 (patch)
tree5eb13e5c0951443859145fc7c2ce0b1d6a38d8a8
parent598514ed32197fb31ebfada9a1ccba4a1a7346b0 (diff)
downloadaur-705bea719b85a04f163277cfa8c37bcb845137b1.tar.gz
add symbol link
-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 {} +
}