diff --git a/.SRCINFO b/.SRCINFO index 8c0d9a9..cfe3e5c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = edgetx-companion pkgdesc = EEPROM Editor and Simulator for EdgeTX RC radio transmitter firmwares - pkgver = 2.9.0 + pkgver = 2.9.1 pkgrel = 1 url = https://edgetx.org/ arch = x86_64 @@ -36,7 +36,7 @@ pkgbase = edgetx-companion provides = companion conflicts = companion 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/raphaelcoeffic/AccessDenied.git source = git+https://github.com/FreeRTOS/FreeRTOS-Kernel.git diff --git a/PKGBUILD b/PKGBUILD index 5a51950..60203ff 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ # Contributer: Arnaud pkgname=edgetx-companion -pkgver=2.9.0 +pkgver=2.9.1 pkgrel=1 pkgdesc="EEPROM Editor and Simulator for EdgeTX RC radio transmitter firmwares" arch=('x86_64') @@ -13,9 +13,9 @@ license=('GPL2') 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' 'clang' 'cmake' 'fox' 'gcc' 'git' 'icu' 'python' 'python-lz4' - 'python-pillow' 'python-pyqt5' 'qt5-svg' 'qt5-tools' 'qt5-translations' - 'sed' 'xsd') + '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') provides=('companion') conflicts=('companion')