Package Details: blheli-configurator 1.2.0-1

Git Clone URL: https://aur.archlinux.org/blheli-configurator.git (read-only, click to copy)
Package Base: blheli-configurator
Description: Crossplatform configuration tool for BLHeli based ESCs
Upstream URL: https://github.com/blheli-configurator/blheli-configurator
Licenses: custom
Provides: blheli-configurator
Submitter: jhalfmoon
Maintainer: jhalfmoon
Last Packager: jhalfmoon
Votes: 6
Popularity: 0.009279
First Submitted: 2018-06-23 08:45 (UTC)
Last Updated: 2021-01-06 07:42 (UTC)

Latest Comments

jhalfmoon commented on 2023-12-03 18:53 (UTC)

==> Leaving fakeroot environment. ==> Finished making: blheli-configurator 1.2.0-1 (zo 03 dec 2023 19:50:57 CET) I checked out the pkgbuild repo, did a makepkg and it built just fine. Binary starts up with no issue too. My guess your build machine has a quirk.

amfern commented on 2021-05-26 15:03 (UTC)

i get an error

error: could not extract /opt/blheli-configurator/lib/libnw.so (Lzma library error:  No progress is possible)

nperic commented on 2020-05-04 17:05 (UTC)

Here is a simple patch to update version to 1.2.0:

diff --git a/PKGBUILD b/PKGBUILD
index ab52bac..e568e21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
 # Maintainer: Johnny Halfmoon < jhalfmoon at milksnot dot com >

 pkgname=blheli-configurator
-pkgver=1.1.0
-pkgrel=3
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="Crossplatform configuration tool for BLHeli based ESCs"
 arch=('x86_64')
 url="https://github.com/blheli-configurator/blheli-configurator"
@@ -12,9 +12,9 @@ source=(
 "blheli-configurator.desktop"
 )

-md5sums=('35ba8814c2701327823f5a6ada974bcf'
+md5sums=('cbd559872d35d97ad7af3b7f2257a309'
          '7ebf8dc82bf9cde6529da6166a8eb55f'
-          'd3f44aeb4a87d478aa9421c8c0206a11')
+         'd3f44aeb4a87d478aa9421c8c0206a11')
 options=(!strip)
 license=('custom')
 provides=("$pkgname")

neo2001 commented on 2020-02-01 11:38 (UTC)

Since this package seems to be abandoned, I've created a new one with the "-bin" suffix, since this is a binary release anyway: https://aur.archlinux.org/packages/blheli-configurator-bin/

sherzberg commented on 2018-08-16 02:54 (UTC) (edited on 2018-08-16 02:55 (UTC) by sherzberg)

The PKGBUILD file as is seems to not work but I am not sure if it should or shouldn't (new to archlinux). But here is a diff of what I had to change to make it work:

diff --git a/PKGBUILD b/PKGBUILD
index 6468b34..3375f76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.1.0
 pkgrel=1
 pkgdesc="Crossplatform configuration tool for BLHeli based ESCs"
 arch=('x86_64')
-url="https://github.com/betaflight/betaflight-configurator"
+url="https://github.com/blheli-configurator/blheli-configurator"
 source=(
 "https://github.com/blheli-configurator/blheli-configurator/releases/download/$pkgver/BLHeli-Configurator_linux64_"$pkgver".zip"
 "https://github.com/blheli-configurator/blheli-configurator/blob/master/images/icon_128.png?raw=true"
@@ -20,11 +20,10 @@ license=('custom')
 provides=("$pkgname")

 package() {
-  mkdir -p "$pkgdir/opt/blheli"
+  mkdir -p "$pkgdir/opt/blheli-configurator"
   mkdir -p "$pkgdir/usr/bin"
-  #install -Dm644 "$srcdir/Betaflight Configurator/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
   install -Dm644 "$srcdir/blheli-configurator.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
   install -Dm644 "icon_128.png?raw=true" "$pkgdir/opt/blheli-configurator/blheli_icon_128.png"
-  cp -r --preserve=all "$srcdir/BLHeli Configurator" "$pkgdir/opt/blheli-configurator"
+  cp -r --preserve=all "$srcdir/BLHeli Configurator/." "$pkgdir/opt/blheli-configurator"
   ln -s "$pkgdir/opt/blheli-configurator/$pkgname" "$pkgdir/usr/bin/$pkgname"
 }

kikislater commented on 2018-08-09 12:55 (UTC)

Hi, Desktop entry not properly configured. No application in /usr/bin PKGBUÏLD need refactorisation