diff --git a/.SRCINFO b/.SRCINFO index 4a850df..ab2f4cb 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.8.2 + pkgver = 2.8.3 pkgrel = 1 url = https://edgetx.org/ arch = x86_64 @@ -25,13 +25,16 @@ pkgbase = edgetx-companion makedepends = qt5-translations makedepends = sed makedepends = xsd + depends = gcc-libs + depends = glibc depends = hicolor-icon-theme + depends = qt5-base depends = qt5-multimedia depends = sdl optdepends = dfu-util: tool for flashing stm32 based radios provides = 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/raphaelcoeffic/AccessDenied.git source = git+https://github.com/FreeRTOS/FreeRTOS-Kernel.git diff --git a/PKGBUILD b/PKGBUILD index 132826e..770e69e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,13 +4,13 @@ # Contributer: Arnaud pkgname=edgetx-companion -pkgver=2.8.2 +pkgver=2.8.3 pkgrel=1 pkgdesc="EEPROM Editor and Simulator for EdgeTX RC radio transmitter firmwares" arch=('x86_64') url='https://edgetx.org/' 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') 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'