update to 2.9.1
This commit is contained in:
parent
00d17d95dd
commit
cfd3ae7595
2 changed files with 6 additions and 6 deletions
4
.SRCINFO
4
.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.9.0
|
pkgver = 2.9.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://edgetx.org/
|
url = https://edgetx.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -36,7 +36,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.9.0
|
source = git+https://github.com/EdgeTX/edgetx.git#tag=v2.9.1
|
||||||
source = git+https://github.com/jbeder/yaml-cpp.git
|
source = git+https://github.com/jbeder/yaml-cpp.git
|
||||||
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
|
||||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -4,7 +4,7 @@
|
||||||
# Contributer: Arnaud
|
# Contributer: Arnaud
|
||||||
|
|
||||||
pkgname=edgetx-companion
|
pkgname=edgetx-companion
|
||||||
pkgver=2.9.0
|
pkgver=2.9.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')
|
||||||
|
@ -13,9 +13,9 @@ license=('GPL2')
|
||||||
depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base' 'qt5-multimedia' 'sdl2')
|
depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base' 'qt5-multimedia' 'sdl2')
|
||||||
optdepends=('dfu-util: tool for flashing stm32 based radios')
|
optdepends=('dfu-util: tool for flashing stm32 based radios')
|
||||||
makedepends=('arm-none-eabi-binutils' 'arm-none-eabi-gcc' 'arm-none-eabi-newlib'
|
makedepends=('arm-none-eabi-binutils' 'arm-none-eabi-gcc' 'arm-none-eabi-newlib'
|
||||||
'avr-gcc' 'avr-libc' 'bc' 'clang' 'cmake' 'fox' 'gcc' 'git' 'icu' 'python' 'python-lz4'
|
'avr-gcc' 'avr-libc' 'bc' 'clang' 'cmake' 'fox' 'gcc' 'git' 'icu' 'python'
|
||||||
'python-pillow' 'python-pyqt5' 'qt5-svg' 'qt5-tools' 'qt5-translations'
|
'python-lz4' 'python-pillow' 'python-pyqt5' 'qt5-svg' 'qt5-tools'
|
||||||
'sed' 'xsd')
|
'qt5-translations' 'sed' 'xsd')
|
||||||
options=('!debug')
|
options=('!debug')
|
||||||
provides=('companion')
|
provides=('companion')
|
||||||
conflicts=('companion')
|
conflicts=('companion')
|
||||||
|
|
Loading…
Reference in a new issue