update to 2.8.3
This commit is contained in:
parent
6e0955b56d
commit
ed20fb7797
2 changed files with 7 additions and 4 deletions
7
.SRCINFO
7
.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.2
|
pkgver = 2.8.3
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://edgetx.org/
|
url = https://edgetx.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -25,13 +25,16 @@ pkgbase = edgetx-companion
|
||||||
makedepends = qt5-translations
|
makedepends = qt5-translations
|
||||||
makedepends = sed
|
makedepends = sed
|
||||||
makedepends = xsd
|
makedepends = xsd
|
||||||
|
depends = gcc-libs
|
||||||
|
depends = glibc
|
||||||
depends = hicolor-icon-theme
|
depends = hicolor-icon-theme
|
||||||
|
depends = qt5-base
|
||||||
depends = qt5-multimedia
|
depends = qt5-multimedia
|
||||||
depends = sdl
|
depends = sdl
|
||||||
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.2
|
source = git+https://github.com/EdgeTX/edgetx.git#tag=v2.8.3
|
||||||
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
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -4,13 +4,13 @@
|
||||||
# Contributer: Arnaud
|
# Contributer: Arnaud
|
||||||
|
|
||||||
pkgname=edgetx-companion
|
pkgname=edgetx-companion
|
||||||
pkgver=2.8.2
|
pkgver=2.8.3
|
||||||
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')
|
||||||
url='https://edgetx.org/'
|
url='https://edgetx.org/'
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
depends=('hicolor-icon-theme' 'qt5-multimedia' 'sdl')
|
depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base' 'qt5-multimedia' 'sdl')
|
||||||
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' 'cmake' 'fox' 'gcc' 'git' 'icu' 'python' 'python-lz4'
|
'avr-gcc' 'avr-libc' 'bc' 'cmake' 'fox' 'gcc' 'git' 'icu' 'python' 'python-lz4'
|
||||||
|
|
Loading…
Reference in a new issue