[arch-commits] Commit in bladerf/trunk (PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Sun Aug 4 15:08:27 UTC 2019
Date: Sunday, August 4, 2019 @ 15:08:27
Author: ffy00
Revision: 497357
add missing bitstreams (2.2.1-3)
Modified:
bladerf/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-04 13:47:59 UTC (rev 497356)
+++ PKGBUILD 2019-08-04 15:08:27 UTC (rev 497357)
@@ -11,7 +11,7 @@
_firmver=2.3.2
_noOScommit=0bba46e # upstream has pinned a submodule to this
pkgver=$_libver
-pkgrel=2
+pkgrel=3
pkgdesc="Driver, userspace, fpga & firmware for the bladeRF SDR."
url="https://github.com/Nuand/bladeRF"
# https://github.com/Nuand/bladeRF/tags
@@ -25,8 +25,8 @@
"https://github.com/Nuand/bladeRF/archive/libbladeRF_v$_libver.tar.gz"
"https://github.com/Nuand/bladeRF/archive/bladeRF-cli_v$_CLIver.tar.gz"
"noOS-$_noOScommit.tgz::https://github.com/analogdevicesinc/no-OS/archive/$_noOScommit.tar.gz"
- "https://nuand.com/fpga/v$_FPGAver/hostedx40.rbf"
- "https://nuand.com/fpga/v$_FPGAver/hostedx115.rbf"
+ "https://nuand.com/fpga/v$_FPGAver/hostedx"{40,A4}".rbf"
+ "https://nuand.com/fpga/v$_FPGAver/hostedx"{115,A9}".rbf"
"https://www.nuand.com/fx3/bladeRF_fw_v$_firmver.img")
md5sums=('b579da8650a8ea549fbffd928e28585d'
@@ -33,7 +33,9 @@
'0a7207f233a09c6322e03eb6ce3af2f6'
'2c06ff9297d8beb0482a1b0b5e4d3128'
'7a9b8e7f0f81af6d393132d7eb3e6e18'
+ 'b23bf6088aff5cff90bdea9488a35d89'
'bee4542c4b020077c71ae630ef0d0fc8'
+ 'a17a2859e4f28fdc3952de78aca1dabe'
'c823ea5aa2c25c26bbaf4ab395ac559d')
# bladeRF-cli is bundled with libbladeRF
@@ -83,6 +85,8 @@
install -Dm644 "bladeRF_fw_v$_firmver.img" "$pkgdir/usr/share/bladerf/firmware/bladeRF_fw_v$_firmver.img"
install -Dm644 hostedx40.rbf "$pkgdir/usr/share/bladerf/fpga/hostedx40.rbf"
install -Dm644 hostedx115.rbf "$pkgdir/usr/share/bladerf/fpga/hostedx115.rbf"
+ install -Dm644 hostedxA4.rbf "$pkgdir/usr/share/bladerf/fpga/hostedxA4.rbf"
+ install -Dm644 hostedxA9.rbf "$pkgdir/usr/share/bladerf/fpga/hostedxA9.rbf"
# FS#54105
cd "$pkgdir/etc/udev/rules.d/"
More information about the arch-commits
mailing list