[arch-commits] Commit in libuhd/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Tue Dec 28 09:44:54 UTC 2021
Date: Tuesday, December 28, 2021 @ 09:44:54
Author: arojas
Revision: 1085445
Update to 4.1.0.5, disable LTO to fix build
Modified:
libuhd/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-28 09:44:25 UTC (rev 1085444)
+++ PKGBUILD 2021-12-28 09:44:54 UTC (rev 1085445)
@@ -2,8 +2,8 @@
# Contributor: Dominik Heidler <dheidler at gmail.com>
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/"
@@ -12,10 +12,11 @@
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"
More information about the arch-commits
mailing list