community/libuhd to 4.1.0.5-1

This commit is contained in:
Kevin Mihelich 2021-12-28 14:12:36 +00:00
parent 8b5323de42
commit aa84a94e7e

View file

@ -6,8 +6,8 @@
# - explicitly link v5/v6 with libatomic
pkgname=libuhd
pkgver=4.1.0.1
pkgrel=5
pkgver=4.1.0.5
pkgrel=1
pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
arch=('x86_64')
url="https://files.ettus.com/manual/"
@ -16,10 +16,11 @@ depends=('boost-libs' 'orc' 'libusb')
optdepends=('python: usrp utils'
'python-numpy: python api')
makedepends=('cmake' 'boost' 'python-mako' 'python-numpy')
options=(!lto)
# gpsd? dpdk?
source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/v$pkgver.tar.gz")
sha256sums=('e468d5f118c84174754b34613d2b2b9e5fcab9c49062fe3ff7c209c9ac37da7b')
sha256sums=('73580bb8823338dbc0ffe2840088cb15d7496ef7d402a4816df17a8e5c8d0221')
prepare() {
cd "$srcdir/uhd-$pkgver/host"