community/libuhd to 3.9.2-1

This commit is contained in:
David Beauchamp 2016-01-13 13:16:41 -05:00
parent 5b8dd3efbf
commit b6081de5bc

View file

@ -6,9 +6,9 @@
# - disable neon for AArch64
pkgname=libuhd
pkgver=3.9.1
_verstring='003_009_001'
pkgrel=3
pkgver=3.9.2
_verstring='003_009_002'
pkgrel=1
pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
arch=('x86_64' 'i686')
url="http://www.ettus.com/kb/category/software-documentation/uhd-manual"
@ -18,7 +18,7 @@ optdepends=('python2: usrp utils')
makedepends=('cmake' 'boost' 'python2-cheetah' 'python2-mako')
source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz")
md5sums=('9732fe05d562ea8038f120c29410ce02')
md5sums=('d402bc374938118cdc66e8b74aab2cd0')
build() {
cd "$srcdir/uhd-release_$_verstring/host"