mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/gnuradio to 3.7.8.1-1
This commit is contained in:
parent
6689616441
commit
54cda35ad2
2 changed files with 4 additions and 4 deletions
|
@ -8,8 +8,8 @@
|
|||
|
||||
pkgbase=gnuradio
|
||||
pkgname=(gnuradio gnuradio-companion)
|
||||
pkgver=3.7.8
|
||||
pkgrel=2
|
||||
pkgver=3.7.8.1
|
||||
pkgrel=1
|
||||
pkgdesc="General purpose DSP and SDR toolkit. With drivers for usrp and fcd."
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://gnuradio.org"
|
||||
|
@ -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=('afc83b06136537071397007c3243c02a'
|
||||
md5sums=('961d5ba5089f409f0c9e5e5b7f6ee0f2'
|
||||
'465e12c454c6a22ebec9849181af7bdc')
|
||||
|
||||
build() {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# it would be great if pkgname and not just pkgver was passed in the arg list
|
||||
|
||||
_pkg='gnuradio'
|
||||
_cpython='cpython-34'
|
||||
_cpython='cpython-35'
|
||||
|
||||
post_upgrade() {
|
||||
while read _f; do
|
||||
|
|
Loading…
Reference in a new issue