mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/libuhd to 3.14.1.0-1
This commit is contained in:
parent
3272461c4b
commit
8f55f0626e
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue