From 273c02692f54d9a3501a78ea1b490285b25deeb1 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 26 Sep 2020 22:02:30 +0000 Subject: [PATCH] community/gnuradio to 3.8.1.0-3 --- community/gnuradio/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/gnuradio/PKGBUILD b/community/gnuradio/PKGBUILD index d35febd8e..370aca7a1 100644 --- a/community/gnuradio/PKGBUILD +++ b/community/gnuradio/PKGBUILD @@ -8,7 +8,7 @@ pkgbase=gnuradio pkgname=(gnuradio gnuradio-companion) pkgver=3.8.1.0 -pkgrel=2 +pkgrel=3 pkgdesc="General purpose DSP and SDR toolkit. With drivers for usrp and fcd." arch=('x86_64') url="https://gnuradio.org" @@ -91,7 +91,7 @@ package_gnuradio() { package_gnuradio-companion() { pkgdesc="GUI frontend for gnuradio and SDR." depends=('gnuradio' 'qwt' 'python-lxml' - 'python-opengl' 'python-cairo' 'python-pyqt5') + 'python-opengl' 'python-cairo' 'python-gobject' 'python-pyqt5') # Yup, nothing in the package except dependencies, # because more than five optdeps is too many for most people. }