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. }