summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
-rw-r--r--jesc-configurator-bin.install6
-rw-r--r--jesc-configurator.install4
4 files changed, 16 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fe7386c6832..ff2134ebdffb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = jesc-configurator-bin
- pkgdesc = Application for JESC BLHeli firmware flashing and configuration.
+ pkgdesc = Flashing and configuring of JESC on BLHeli_S ESCs (see https://jflight.net).
pkgver = 1.2.6
pkgrel = 1
url = https://github.com/jflight-public/jesc-configurator
- install = jesc-configurator.install
+ install = jesc-configurator-bin.install
arch = x86_64
license = GPL3
+ provides = jesc-configurator
+ conflicts = jesc-configurator
options = !strip
source = https://github.com/jflight-public/jesc-configurator/releases/download/v1.2.6/JESC-Configurator_linux64_1.2.6.zip
source = https://raw.githubusercontent.com/jflight-public/jesc-configurator/master/images/icon_128.png
@@ -13,8 +15,8 @@ pkgbase = jesc-configurator-bin
source = jesc-configurator.desktop
sha256sums = 1620f6d932570f7ac333a8478501cf8af4204e0674c906110bec1be73f8cfc49
sha256sums = 0356279bd144225c42ad1605b02913ea013762d3de19e78e27281f966e4da947
- sha256sums = SKIP
- sha256sums = f514db9961d673825c381775fd0ef69e4a59ea0613d64b565a348c295be9fc19
+ sha256sums = 589ed823e9a84c56feb95ac58e7cf384626b9cbf4fda2a907bc36e103de1bad2
+ sha256sums = 507f26e8e54f6097e43a9b9cb6de6d231393a4ce18308745a29e1a605ac77ec7
pkgname = jesc-configurator-bin
diff --git a/PKGBUILD b/PKGBUILD
index 75125cc9ac67..46201386f175 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=jesc-configurator-bin
_pkgname=jesc-configurator
pkgver=1.2.6
pkgrel=1
-pkgdesc="Application for JESC BLHeli firmware flashing and configuration."
+pkgdesc="Flashing and configuring of JESC on BLHeli_S ESCs (see https://jflight.net)."
arch=('x86_64')
url="https://github.com/jflight-public/jesc-configurator"
source=(
@@ -19,10 +19,11 @@ sha256sums=('1620f6d932570f7ac333a8478501cf8af4204e0674c906110bec1be73f8cfc49'
'589ed823e9a84c56feb95ac58e7cf384626b9cbf4fda2a907bc36e103de1bad2'
'507f26e8e54f6097e43a9b9cb6de6d231393a4ce18308745a29e1a605ac77ec7')
-install="${_pkgname}.install"
+install="${pkgname}.install"
options=(!strip)
license=('GPL3')
-#conflicts=('jesc-configurator')
+provides=('jesc-configurator')
+conflicts=('jesc-configurator')
package() {
mkdir -p "${pkgdir}/opt/${_pkgname}"
diff --git a/jesc-configurator-bin.install b/jesc-configurator-bin.install
new file mode 100644
index 000000000000..e589ed0672e0
--- /dev/null
+++ b/jesc-configurator-bin.install
@@ -0,0 +1,6 @@
+## arg 1: the new package version
+post_install() {
+ printf "\nVisit https://jflight.net, to purchase the telemetry licenses.\n"
+ printf "Add your user to the 'uucp' group, to allow serial port access.\n"
+ printf "For example: 'sudo usermod -Ga uucp $USER'\n\n"
+}
diff --git a/jesc-configurator.install b/jesc-configurator.install
deleted file mode 100644
index 1ed1e6b54865..000000000000
--- a/jesc-configurator.install
+++ /dev/null
@@ -1,4 +0,0 @@
-## arg 1: the new package version
-post_install() {
- printf "\nVisit https://jflight.net, to purchase the required Telemetry licenses.\n\n"
-}