community/gnuradio to 3.7.9.1-1

This commit is contained in:
Kevin Mihelich 2016-02-09 13:20:17 +00:00
parent c7b30f69f1
commit 1c117e7f3c

View file

@ -8,7 +8,7 @@
pkgbase=gnuradio
pkgname=(gnuradio gnuradio-companion)
pkgver=3.7.9
pkgver=3.7.9.1
pkgrel=1
pkgdesc="General purpose DSP and SDR toolkit. With drivers for usrp and fcd."
arch=('i686' 'x86_64')
@ -34,7 +34,7 @@ install=gnuradio.install
#source=("http://s3-dist.gnuradio.org/gnuradio-$pkgver.tar.gz"
source=("http://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz"
"21-fcd.rules")
md5sums=('bf1a2abd0abc492c7f67cba1080ceb8c'
md5sums=('653155499bcefb1478b1963f11841434'
'465e12c454c6a22ebec9849181af7bdc')
prepare() {
@ -92,8 +92,8 @@ package_gnuradio() {
package_gnuradio-companion() {
pkgdesc="GUI frontend for gnuradio and SDR."
depends=('gnuradio' 'python2-cheetah' 'python2-lxml'
'pygtk' 'wxpython' 'python2-opengl' 'python2-pyqwt' 'qwtplot3d')
optdepends=('python2-numarray: filter design tool')
'pygtk' 'wxpython' 'python2-opengl' 'python2-pyqwt' 'qwtplot3d'
'python2-numarray')
install="gnuradio-companion.install"
# Yup, nothing in the package except dependencies,
# because more than five optdeps is too many for most people.