mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/gnuradio to 3.7.7.1-1
This commit is contained in:
parent
ef3bd8e3b8
commit
2b144164b7
1 changed files with 5 additions and 5 deletions
|
@ -8,8 +8,8 @@
|
|||
|
||||
pkgbase=gnuradio
|
||||
pkgname=(gnuradio gnuradio-companion)
|
||||
pkgver=3.7.7
|
||||
pkgrel=3
|
||||
pkgver=3.7.7.1
|
||||
pkgrel=1
|
||||
pkgdesc="General purpose DSP and SDR toolkit. With drivers for usrp and fcd."
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://gnuradio.org"
|
||||
|
@ -30,11 +30,11 @@ install=gnuradio.install
|
|||
# doxygen: C++ autogenerated documentation
|
||||
# python2-sphinx: Python autogenerated documentation
|
||||
|
||||
#source=("http://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz"
|
||||
# secret release directory
|
||||
source=("http://s3-dist.gnuradio.org/gnuradio-$pkgver.tar.gz"
|
||||
#source=("http://s3-dist.gnuradio.org/gnuradio-$pkgver.tar.gz"
|
||||
source=("http://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz"
|
||||
"21-fcd.rules")
|
||||
md5sums=('a798a089a3c899bb68e78c878a403510'
|
||||
md5sums=('ca8e47abcb01edc72014ccabe38123a3'
|
||||
'465e12c454c6a22ebec9849181af7bdc')
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue