mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/gnuradio to 3.8.1.0-3
This commit is contained in:
parent
45fd90f4e0
commit
273c02692f
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue