[arch-commits] Commit in bladerf/trunk (PKGBUILD)

Kyle Keen kkeen at archlinux.org
Fri Aug 4 02:12:43 UTC 2017


    Date: Friday, August 4, 2017 @ 02:12:43
  Author: kkeen
Revision: 248033

upgpkg: bladerf 1.8.0-1

Modified:
  bladerf/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-03 22:25:41 UTC (rev 248032)
+++ PKGBUILD	2017-08-04 02:12:43 UTC (rev 248033)
@@ -6,14 +6,15 @@
 # keeping it more modular for now though
 
 pkgname=bladerf
-_libver=1.7.1
+_libver=1.8.0
 _CLIver=1.4.0
-_FPGAver=0.6.0
+_FPGAver=0.6.0  # 0.7.0 fpga stuff is out, but still waiting for binaries
 _firmver=2.0.0
 pkgver=$_libver
-pkgrel=2
+pkgrel=1
 pkgdesc="Driver, userspace, fpga & firmware for the bladeRF SDR."
 url="https://github.com/Nuand/bladeRF"
+# https://github.com/Nuand/bladeRF/tags
 arch=('i686' 'x86_64')
 license=('GPL2')
 depends=('libusb')
@@ -22,11 +23,11 @@
 
 source=(
     "https://github.com/Nuand/bladeRF/archive/libbladeRF_v$_libver.tar.gz"
-    "http://nuand.com/fpga/v$_FPGAver/hostedx40.rbf"
-    "http://nuand.com/fpga/v$_FPGAver/hostedx115.rbf"
-    "http://www.nuand.com/fx3/bladeRF_fw_v$_firmver.img")
+    "https://nuand.com/fpga/v$_FPGAver/hostedx40.rbf"
+    "https://nuand.com/fpga/v$_FPGAver/hostedx115.rbf"
+    "https://www.nuand.com/fx3/bladeRF_fw_v$_firmver.img")
 
-md5sums=('81adc4c1f2a2f5c1d9e66da425ebe7d3'
+md5sums=('7b021646d779205ff2945fed49634001'
          '29a65d08e3a98f16dd26dee5bc9200a1'
          '326dc7f8e87b6f38716470b43de8b4e2'
          '7b7426c9eb4ccbf0c32e04fd578a75ae')
@@ -38,6 +39,9 @@
   cd "$srcdir/bladeRF-libbladeRF_v$_libver"
   # FS#47168
   sed -i 's|MODE.*$|TAG+="uaccess"|' host/misc/udev/88-nuand.rules.in
+
+  # todo, report warning
+  sed -i '94i add_definitions(-Wno-error=format-truncation)' host/CMakeLists.txt
 }
 
 build() {



More information about the arch-commits mailing list