upstream release 2.10.0
This commit is contained in:
parent
d42a8c8f19
commit
1bff77d64b
2 changed files with 4 additions and 5 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -37,7 +37,7 @@ pkgbase = edgetx-companion
|
|||
provides = companion
|
||||
conflicts = companion
|
||||
options = !debug
|
||||
source = git+https://github.com/EdgeTX/edgetx.git#tag=v2.10.0-rc3
|
||||
source = git+https://github.com/EdgeTX/edgetx.git#tag=v2.10.0
|
||||
source = git+https://github.com/raphaelcoeffic/AccessDenied.git
|
||||
source = git+https://github.com/FreeRTOS/FreeRTOS-Kernel.git
|
||||
source = git+https://github.com/adfernandes/segger-rtt.git
|
||||
|
@ -46,7 +46,7 @@ pkgbase = edgetx-companion
|
|||
source = git+https://github.com/EdgeTX/lvgl.git
|
||||
source = git+https://github.com/nothings/stb.git
|
||||
source = install.patch
|
||||
b2sums = 3330392c092e883ccca0cc45132c95b10a89b9b3d8bf62c761ffcf75eaa1a837fe23c51a787cb0f4a936f1447b134e9dab75818ab11e1c86a530d9e27bf6e051
|
||||
b2sums = 0a0ff8407e81fa0f85c183f014087c2cf51ced4f4e48a1d5fb3638dd3b0e9e87960614a099a1edef7ca42e569778c4fc56a4b71d0f760f1e1d1ed218d0b90cb0
|
||||
b2sums = SKIP
|
||||
b2sums = SKIP
|
||||
b2sums = SKIP
|
||||
|
|
5
PKGBUILD
5
PKGBUILD
|
@ -5,7 +5,6 @@
|
|||
|
||||
pkgname=edgetx-companion
|
||||
pkgver=2.10.0
|
||||
_rc=-rc3
|
||||
pkgrel=1
|
||||
pkgdesc="EEPROM Editor and Simulator for EdgeTX RC radio transmitter firmwares"
|
||||
arch=('x86_64')
|
||||
|
@ -20,7 +19,7 @@ makedepends=('arm-none-eabi-binutils' 'arm-none-eabi-gcc' 'arm-none-eabi-newlib'
|
|||
options=('!debug')
|
||||
provides=('companion')
|
||||
conflicts=('companion')
|
||||
source=("git+https://github.com/EdgeTX/edgetx.git#tag=v$pkgver$_rc"
|
||||
source=("git+https://github.com/EdgeTX/edgetx.git#tag=v$pkgver"
|
||||
"git+https://github.com/raphaelcoeffic/AccessDenied.git"
|
||||
"git+https://github.com/FreeRTOS/FreeRTOS-Kernel.git"
|
||||
"git+https://github.com/adfernandes/segger-rtt.git"
|
||||
|
@ -29,7 +28,7 @@ source=("git+https://github.com/EdgeTX/edgetx.git#tag=v$pkgver$_rc"
|
|||
"git+https://github.com/EdgeTX/lvgl.git"
|
||||
"git+https://github.com/nothings/stb.git"
|
||||
install.patch)
|
||||
b2sums=('3330392c092e883ccca0cc45132c95b10a89b9b3d8bf62c761ffcf75eaa1a837fe23c51a787cb0f4a936f1447b134e9dab75818ab11e1c86a530d9e27bf6e051'
|
||||
b2sums=('0a0ff8407e81fa0f85c183f014087c2cf51ced4f4e48a1d5fb3638dd3b0e9e87960614a099a1edef7ca42e569778c4fc56a4b71d0f760f1e1d1ed218d0b90cb0'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
|
|
Loading…
Reference in a new issue