diff --git a/community/libuhd/PKGBUILD b/community/libuhd/PKGBUILD index de1028eab..f253d5496 100644 --- a/community/libuhd/PKGBUILD +++ b/community/libuhd/PKGBUILD @@ -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"