community/libuhd to 3.14.1.0-1

This commit is contained in:
Kevin Mihelich 2019-08-21 12:37:49 +00:00
parent 3272461c4b
commit 8f55f0626e

View file

@ -5,7 +5,7 @@
# - set -DNEON_SIMD_ENABLE=OFF
pkgname=libuhd
pkgver=3.14.0.0
pkgver=3.14.1.0
pkgrel=1
pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
arch=('x86_64')
@ -17,7 +17,7 @@ makedepends=('cmake' 'boost' 'python2-mako')
# gpsd? dpdk?
source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/v$pkgver.tar.gz")
md5sums=('bc195e12bbdf95eaf88ce20be453020d')
md5sums=('2eaad9beeff8c6d9716c93d580fb7b1c')
prepare() {
cd "$srcdir/uhd-$pkgver"