upstream release 2.11.1
This commit is contained in:
parent
d2ffd6fbbe
commit
425ca00792
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = edgetx-companion
|
pkgbase = edgetx-companion
|
||||||
pkgdesc = EEPROM Editor and Simulator for EdgeTX RC radio transmitter firmwares
|
pkgdesc = EEPROM Editor and Simulator for EdgeTX RC radio transmitter firmwares
|
||||||
pkgver = 2.11.0
|
pkgver = 2.11.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://edgetx.org/
|
url = https://edgetx.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -42,7 +42,7 @@ pkgbase = edgetx-companion
|
||||||
provides = companion
|
provides = companion
|
||||||
conflicts = companion
|
conflicts = companion
|
||||||
options = !debug
|
options = !debug
|
||||||
source = git+https://github.com/EdgeTX/edgetx.git#tag=v2.11.0
|
source = git+https://github.com/EdgeTX/edgetx.git#tag=v2.11.1
|
||||||
source = git+https://github.com/raphaelcoeffic/AccessDenied.git
|
source = git+https://github.com/raphaelcoeffic/AccessDenied.git
|
||||||
source = git+https://github.com/FreeRTOS/FreeRTOS-Kernel.git
|
source = git+https://github.com/FreeRTOS/FreeRTOS-Kernel.git
|
||||||
source = git+https://github.com/adfernandes/segger-rtt.git
|
source = git+https://github.com/adfernandes/segger-rtt.git
|
||||||
|
@ -52,7 +52,7 @@ pkgbase = edgetx-companion
|
||||||
source = git+https://github.com/nothings/stb.git
|
source = git+https://github.com/nothings/stb.git
|
||||||
source = git+https://github.com/microsoft/uf2
|
source = git+https://github.com/microsoft/uf2
|
||||||
source = git+https://github.com/signal11/hidapi
|
source = git+https://github.com/signal11/hidapi
|
||||||
b2sums = 403635484bef31d0cc39d7fb9375b5fac911c828540cce3320949a1287239a9c81283e44243e903fd19d6550719c05060a2a28d78c51a88b6a8d05606bca2a20
|
b2sums = 6dda752c85eaf9cd358cf7c06257d74a0b162c35870e9e41e40e4d0bb98669e69403835df49224f1aef45fc01fa2cdf17ecb7eb9b7017a30a5626f02bd347cfb
|
||||||
b2sums = SKIP
|
b2sums = SKIP
|
||||||
b2sums = SKIP
|
b2sums = SKIP
|
||||||
b2sums = SKIP
|
b2sums = SKIP
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: lod <aur@cyber-anlage.de>
|
# Maintainer: lod <aur@cyber-anlage.de>
|
||||||
|
|
||||||
pkgname=edgetx-companion
|
pkgname=edgetx-companion
|
||||||
pkgver=2.11.0
|
pkgver=2.11.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="EEPROM Editor and Simulator for EdgeTX RC radio transmitter firmwares"
|
pkgdesc="EEPROM Editor and Simulator for EdgeTX RC radio transmitter firmwares"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -24,7 +24,7 @@ source=("git+https://github.com/EdgeTX/edgetx.git#tag=v$pkgver"
|
||||||
"git+https://github.com/nothings/stb.git"
|
"git+https://github.com/nothings/stb.git"
|
||||||
"git+https://github.com/microsoft/uf2"
|
"git+https://github.com/microsoft/uf2"
|
||||||
"git+https://github.com/signal11/hidapi")
|
"git+https://github.com/signal11/hidapi")
|
||||||
b2sums=('403635484bef31d0cc39d7fb9375b5fac911c828540cce3320949a1287239a9c81283e44243e903fd19d6550719c05060a2a28d78c51a88b6a8d05606bca2a20'
|
b2sums=('6dda752c85eaf9cd358cf7c06257d74a0b162c35870e9e41e40e4d0bb98669e69403835df49224f1aef45fc01fa2cdf17ecb7eb9b7017a30a5626f02bd347cfb'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
|
|
Loading…
Add table
Reference in a new issue