summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorneo20012020-01-26 23:17:10 +0100
committerneo20012020-01-26 23:17:10 +0100
commit7d4e1f03b8a7d1a7f7bec3c9612fdcbee02975be (patch)
tree41b78bd9bbf0fb3ab90863fe04f581306cb8790f /PKGBUILD
parentf562308dece02b21eec64bb71c2299e9b38423e1 (diff)
downloadaur-7d4e1f03b8a7d1a7f7bec3c9612fdcbee02975be.tar.gz
Minor package configuration changes.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
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}"