Date: Thursday, April 22, 2021 @ 10:20:12 Author: kkeen Revision: 920885
upgpkg: hackrf 2021.03.1-1 Modified: hackrf/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 09:49:24 UTC (rev 920884) +++ PKGBUILD 2021-04-22 10:20:12 UTC (rev 920885) @@ -1,8 +1,8 @@ # Maintainer: Kyle Keen <[email protected]> # Contributor: Dominik Heidler <[email protected]> pkgname=hackrf -pkgver=2018.01.1 -pkgrel=2 +pkgver=2021.03.1 +pkgrel=1 pkgdesc="Driver for HackRF, allowing general purpose software defined radio (SDR)." arch=('x86_64') url="https://github.com/mossmann/hackrf" @@ -13,7 +13,7 @@ #source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz" source=("https://github.com/mossmann/hackrf/releases/download/v${pkgver}/hackrf-$pkgver.tar.xz" 'hackrf.conf') -md5sums=('5adc14e749d54dc9daf116810a5f1956' +md5sums=('70003f1c72b19071a691a72e476039d1' '01ad1ba4a27d820e8f9abeb5fa88bfc6') prepare() { @@ -39,7 +39,8 @@ install -vD -m644 53-hackrf.rules "$pkgdir/usr/lib/udev/rules.d/53-hackrf.rules" popd pushd firmware-bin - for i in *.{bin,dfu,xsvf}; do + #for i in *.{bin,dfu,xsvf}; do + for i in *.{bin,dfu}; do install -vDm644 "$i" "$pkgdir/usr/share/hackrf/$i" done popd
