community/gnuradio to 3.8.1.0-3

This commit is contained in:
Kevin Mihelich 2020-09-26 22:02:30 +00:00
parent 45fd90f4e0
commit 273c02692f

View file

@ -8,7 +8,7 @@
pkgbase=gnuradio pkgbase=gnuradio
pkgname=(gnuradio gnuradio-companion) pkgname=(gnuradio gnuradio-companion)
pkgver=3.8.1.0 pkgver=3.8.1.0
pkgrel=2 pkgrel=3
pkgdesc="General purpose DSP and SDR toolkit. With drivers for usrp and fcd." pkgdesc="General purpose DSP and SDR toolkit. With drivers for usrp and fcd."
arch=('x86_64') arch=('x86_64')
url="https://gnuradio.org" url="https://gnuradio.org"
@ -91,7 +91,7 @@ package_gnuradio() {
package_gnuradio-companion() { package_gnuradio-companion() {
pkgdesc="GUI frontend for gnuradio and SDR." pkgdesc="GUI frontend for gnuradio and SDR."
depends=('gnuradio' 'qwt' 'python-lxml' 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, # Yup, nothing in the package except dependencies,
# because more than five optdeps is too many for most people. # because more than five optdeps is too many for most people.
} }