summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortaotieren2021-04-07 20:12:48 +0800
committertaotieren2021-04-07 20:12:48 +0800
commitc5def33e8232a1c152c191033ca0cb66957cfdc5 (patch)
tree4e7b64e20d2373be46d985e3ba4a866b207fe7b0 /PKGBUILD
parent8a8020b13bd211c667f7bf75e2a64329e6c61100 (diff)
downloadaur-c5def33e8232a1c152c191033ca0cb66957cfdc5.tar.gz
Fix fireTools link error
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a161aa19fe3..b56eab4e30a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,13 @@
pkgname=fire-tool
pkgver=1.0.1.5
-pkgrel=1
+pkgrel=2
pkgdesc="Embedfire Tool support Serial communication, TCP/UDP communication, camera and PID debuggingVisit https://www.embedfire.com for more information."
arch=('x86_64')
url="https://www.embedfire.com"
license=('MIT')
groups=('')
options=('!strip' '!emptydirs')
-install=${pkgname}.install
source_x86_64=("https://cloud.embedfire.com/software/FireTools/fireTools.deb")
sha512sums_x86_64=('b6ea80999c5f440aa7b080b4fb535d446a1150f7fd538658921a2112e1d3e4a5ccb363dc4e20ca58ceb6784db337add10312f217b177ada93a383948e6b232a6')
@@ -18,5 +17,7 @@ package(){
# Extract package data
tar xf data.tar.xz -C "${pkgdir}"
+ install -Dm644 "${pkgdir}/opt/fireTools/fireTools.desktop" "${pkgdir}/usr/share/applications/fireTools.desktop"
+ install -Dm755 "${pkgdir}/opt/fireTools/run.sh" "${pkgdir}/usr/bin/firetools"
}