Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / libuhd
Commits: 9788a635 by Carl Smedstad at 2025-02-08T15:50:36+01:00 upgpkg: 4.8.0.0-1: Upstream release https://github.com/EttusResearch/uhd/releases/tag/v4.8.0.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = libuhd pkgdesc = Universal Software Radio Peripheral (USRP) userspace driver - pkgver = 4.7.0.0 - pkgrel = 3 + pkgver = 4.8.0.0 + pkgrel = 1 url = https://github.com/EttusResearch/uhd arch = x86_64 license = GPL-3.0-or-later @@ -21,7 +21,7 @@ pkgbase = libuhd optdepends = python-numpy: for Python bindings optdepends = python: for Python bindings and USRP utils provides = libuhd.so - source = git+https://github.com/EttusResearch/uhd.git#tag=v4.7.0.0 - sha256sums = 92d1957424aaddd476f22b2663bcf751793d68232292480593f8a57afbe12d5b + source = git+https://github.com/EttusResearch/uhd.git#tag=v4.8.0.0 + sha256sums = 7611ee150deac0d9053d6de662c90767d7edc25319dd23c27ff81ced73aceea5 pkgname = libuhd ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ # Contributor: Dominik Heidler <[email protected]> pkgname=libuhd -pkgver=4.7.0.0 -pkgrel=3 +pkgver=4.8.0.0 +pkgrel=1 pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver" arch=(x86_64) url="https://github.com/EttusResearch/uhd" @@ -32,14 +32,7 @@ optdepends=( ) provides=(libuhd.so) source=("git+$url.git#tag=v$pkgver") -sha256sums=('92d1957424aaddd476f22b2663bcf751793d68232292480593f8a57afbe12d5b') - -prepare() { - cd uhd - # Boost 1.87 compatibility - git cherry-pick -n 2dc7b3e572830c71d49ee0648eef445e7f3abfd6 - git cherry-pick -n adfe953d965e58b5931c1b1968899492c8087cf6 -} +sha256sums=('7611ee150deac0d9053d6de662c90767d7edc25319dd23c27ff81ced73aceea5') build() { cd uhd View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libuhd/-/commit/9788a6351768b821377a0cef6215b5c2410b8e56 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libuhd/-/commit/9788a6351768b821377a0cef6215b5c2410b8e56 You're receiving this email because of your account on gitlab.archlinux.org.
