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