upgrad to 2.8.1
This commit is contained in:
parent
3a34d44bb5
commit
2680fdc147
2 changed files with 21 additions and 3 deletions
20
.SRCINFO
20
.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.8.0
|
pkgver = 2.8.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://edgetx.org/
|
url = https://edgetx.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -31,9 +31,25 @@ pkgbase = edgetx-companion
|
||||||
optdepends = dfu-util: tool for flashing stm32 based radios
|
optdepends = dfu-util: tool for flashing stm32 based radios
|
||||||
provides = companion
|
provides = companion
|
||||||
conflicts = companion
|
conflicts = companion
|
||||||
source = git+https://github.com/EdgeTX/edgetx.git#tag=v2.8.0
|
source = git+https://github.com/EdgeTX/edgetx.git#tag=v2.8.1
|
||||||
|
source = git+https://github.com/jbeder/yaml-cpp.git
|
||||||
|
source = git+https://github.com/raphaelcoeffic/AccessDenied.git
|
||||||
|
source = git+https://github.com/FreeRTOS/FreeRTOS-Kernel.git
|
||||||
|
source = git+https://github.com/edgetx/libopenui.git
|
||||||
|
source = git+https://github.com/FreeRTOS/FreeRTOS-Kernel-Community-Supported-Ports.git
|
||||||
|
source = git+https://github.com/FreeRTOS/FreeRTOS-Kernel-Partner-Supported-Ports.git
|
||||||
|
source = git+https://github.com/EdgeTX/lvgl.git
|
||||||
|
source = git+https://github.com/nothings/stb.git
|
||||||
source = install.patch
|
source = install.patch
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
sha256sums = SKIP
|
||||||
|
sha256sums = SKIP
|
||||||
|
sha256sums = SKIP
|
||||||
|
sha256sums = SKIP
|
||||||
|
sha256sums = SKIP
|
||||||
|
sha256sums = SKIP
|
||||||
|
sha256sums = SKIP
|
||||||
|
sha256sums = SKIP
|
||||||
sha256sums = efa51cbbff6cb466a6a9bd681b04b158fce6e48d2db4c5cc235c1a871037f6c8
|
sha256sums = efa51cbbff6cb466a6a9bd681b04b158fce6e48d2db4c5cc235c1a871037f6c8
|
||||||
|
|
||||||
pkgname = edgetx-companion
|
pkgname = edgetx-companion
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -4,7 +4,7 @@
|
||||||
# Contributer: Arnaud
|
# Contributer: Arnaud
|
||||||
|
|
||||||
pkgname=edgetx-companion
|
pkgname=edgetx-companion
|
||||||
pkgver=2.8.0
|
pkgver=2.8.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')
|
||||||
|
@ -42,6 +42,8 @@ sha256sums=('SKIP'
|
||||||
'efa51cbbff6cb466a6a9bd681b04b158fce6e48d2db4c5cc235c1a871037f6c8')
|
'efa51cbbff6cb466a6a9bd681b04b158fce6e48d2db4c5cc235c1a871037f6c8')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
export EDGETX_VERSION_TAG=$pkgver
|
||||||
|
|
||||||
cd $_pkgbase
|
cd $_pkgbase
|
||||||
patch ./tools/build-companion.sh < $srcdir/install.patch
|
patch ./tools/build-companion.sh < $srcdir/install.patch
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue