community/libuhd to 3.10.1.1-1

This commit is contained in:
Kevin Mihelich 2017-04-05 03:32:03 +00:00
parent 48391a2ce8
commit aad5f52cf1

View file

@ -6,9 +6,9 @@
# - patch out ineffectual neon check
pkgname=libuhd
pkgver=3.9.5
_verstring='003_009_005'
pkgrel=3
pkgver=3.10.1.1
_verstring='003_010_001_001'
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"
@ -19,7 +19,7 @@ makedepends=('cmake' 'boost' 'python2-cheetah' 'python2-mako')
source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz"
'0001-remove-ineffectual-neon-check.patch')
md5sums=('d143e946543dadda670a163242ea0ad0'
md5sums=('e1bd3c4988c0646bf29d807f0d4c040e'
'2cb16216ee735ab1160e572d523155ea')
prepare() {