summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOlivier Le Moal2021-12-17 18:15:35 +0100
committerOlivier Le Moal2021-12-17 18:15:35 +0100
commit19b1ad62e87fce07a0dd667ae37131d5e2dec987 (patch)
tree4dc04eefb5247b3459624dfa70677394200f7784 /PKGBUILD
parentb8a95c9443eac8055cb6e47c11402908a73deb59 (diff)
downloadaur-19b1ad62e87fce07a0dd667ae37131d5e2dec987.tar.gz
Add missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c0720e6abf2..497f6e6f5967 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=sdrangel-bin
pkgver=6.17.5
_subver=1214
-pkgrel=1
+pkgrel=2
conflicts=(sdrangel-git)
pkgdesc='Qt5/OpenGL SDR and signal analyzer frontend.'
url="https://github.com/f4exb/sdrangel"
@@ -11,7 +11,7 @@ arch=('x86_64')
license=('GPL3')
depends=('fftw' 'ffmpeg' 'pulseaudio' 'lz4'
- 'qt5-base' 'qt5-multimedia' 'qt5-websockets' 'qt5-location')
+ 'qt5-base' 'qt5-multimedia' 'qt5-websockets' 'qt5-location' 'qt5-speech')
optdepends=('mbelib: Required for Digital Speech Decoder (DSD) demodulator'
'opencv: Required for ATV demodulator'
'qt5-serialport: Required for GS-232 controller')