update to 2.9.0

This commit is contained in:
horstderheld 2023-09-02 18:37:41 +02:00
parent 9ff2b96332
commit 00d17d95dd
2 changed files with 7 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = edgetx-companion
pkgdesc = EEPROM Editor and Simulator for EdgeTX RC radio transmitter firmwares
pkgver = 2.8.5
pkgver = 2.9.0
pkgrel = 1
url = https://edgetx.org/
arch = x86_64
@ -11,6 +11,7 @@ pkgbase = edgetx-companion
makedepends = avr-gcc
makedepends = avr-libc
makedepends = bc
makedepends = clang
makedepends = cmake
makedepends = fox
makedepends = gcc
@ -30,12 +31,12 @@ pkgbase = edgetx-companion
depends = hicolor-icon-theme
depends = qt5-base
depends = qt5-multimedia
depends = sdl
depends = sdl2
optdepends = dfu-util: tool for flashing stm32 based radios
provides = companion
conflicts = companion
options = !debug
source = git+https://github.com/EdgeTX/edgetx.git#tag=v2.8.5
source = git+https://github.com/EdgeTX/edgetx.git#tag=v2.9.0
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

View file

@ -4,16 +4,16 @@
# Contributer: Arnaud
pkgname=edgetx-companion
pkgver=2.8.5
pkgver=2.9.0
pkgrel=1
pkgdesc="EEPROM Editor and Simulator for EdgeTX RC radio transmitter firmwares"
arch=('x86_64')
url='https://edgetx.org/'
license=('GPL2')
depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base' 'qt5-multimedia' 'sdl')
depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base' 'qt5-multimedia' 'sdl2')
optdepends=('dfu-util: tool for flashing stm32 based radios')
makedepends=('arm-none-eabi-binutils' 'arm-none-eabi-gcc' 'arm-none-eabi-newlib'
'avr-gcc' 'avr-libc' 'bc' 'cmake' 'fox' 'gcc' 'git' 'icu' 'python' 'python-lz4'
'avr-gcc' 'avr-libc' 'bc' 'clang' 'cmake' 'fox' 'gcc' 'git' 'icu' 'python' 'python-lz4'
'python-pillow' 'python-pyqt5' 'qt5-svg' 'qt5-tools' 'qt5-translations'
'sed' 'xsd')
options=('!debug')