summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBin Jin2020-08-25 19:08:31 +0800
committerBin Jin2020-08-25 19:08:31 +0800
commita06feac441f14d27f9280429409556176ebd36c9 (patch)
treee27b3e60dfd4a0ecdb7e2727b5233a726bb909a6
parent38b9815d9a5681c2d699c5b8c3761dbb035a30ea (diff)
downloadaur-a06feac441f14d27f9280429409556176ebd36c9.tar.gz
update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c383f1d46585..29601e56cc52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = blhelisuite32-bin
pkgdesc = Configuration tool for BLHeli_32 based ESCs
- pkgver = 1.0.0.3
+ pkgver = 1.0.0.4
pkgrel = 1
url = https://github.com/bitdump/BLHeli/tree/master/BLHeli_32%20ARM
arch = x86_64
license = unknown
+ depends = libcurl-gnutls
provides = blhelisuite32
conflicts = blhelisuite32
options = !strip
- source = BLHeliSuite32xLinux64_1003.zip::https://drive.google.com/uc?id=17evEFx4o2kFkVeQ7zTC3EH9OTe4SPSWw&export=download
- sha256sums = 67abe7bbe41910c1f9dc63c5995ae1b1855fe3c335906a50b9ac7dae530af3cc
+ source = BLHeliSuite32xLinux64_1004.zip::https://drive.google.com/uc?id=1B0S3sUbq0LBWrW5K-yoyJEMvbMJLUD82&export=download
+ sha256sums = be12fb52c40d420a6a62e3783d488d30793b32c261af2351cf712f3827de5689
pkgname = blhelisuite32-bin
diff --git a/PKGBUILD b/PKGBUILD
index f6249f5e5961..4c8bd20c49b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
pkgname=blhelisuite32-bin
_pkgname=blhelisuite32
-pkgver=1.0.0.3
+pkgver=1.0.0.4
pkgrel=1
pkgdesc="Configuration tool for BLHeli_32 based ESCs"
arch=('x86_64')
url="https://github.com/bitdump/BLHeli/tree/master/BLHeli_32%20ARM"
-source=("BLHeliSuite32xLinux64_1003.zip::https://drive.google.com/uc?id=17evEFx4o2kFkVeQ7zTC3EH9OTe4SPSWw&export=download")
-sha256sums=('67abe7bbe41910c1f9dc63c5995ae1b1855fe3c335906a50b9ac7dae530af3cc')
+source=("BLHeliSuite32xLinux64_1004.zip::https://drive.google.com/uc?id=1B0S3sUbq0LBWrW5K-yoyJEMvbMJLUD82&export=download")
+sha256sums=('be12fb52c40d420a6a62e3783d488d30793b32c261af2351cf712f3827de5689')
options=(!strip)
license=('unknown')
+depends=('libcurl-gnutls')
provides=("${_pkgname}")
conflicts=("${_pkgname}")