[arch-commits] Commit in libuhd/trunk (PKGBUILD)

Kyle Keen kkeen at gemini.archlinux.org
Sat Jul 17 10:37:03 UTC 2021


    Date: Saturday, July 17, 2021 @ 10:37:03
  Author: kkeen
Revision: 978141

upgpkg: libuhd 4.1.0.1-1

Modified:
  libuhd/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-17 10:28:55 UTC (rev 978140)
+++ PKGBUILD	2021-07-17 10:37:03 UTC (rev 978141)
@@ -2,8 +2,8 @@
 # Contributor: Dominik Heidler <dheidler at gmail.com>
 
 pkgname=libuhd
-pkgver=4.0.0.0
-pkgrel=2
+pkgver=4.1.0.1
+pkgrel=1
 pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
 arch=('x86_64')
 url="https://files.ettus.com/manual/"
@@ -17,7 +17,7 @@
 source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/v$pkgver.tar.gz"
         gcc11.patch
         boost-1.76.patch)
-sha256sums=('4f3513c43edf0178391ed5755266864532716b8b503bcfb9a983ae6256c51b14'
+sha256sums=('e468d5f118c84174754b34613d2b2b9e5fcab9c49062fe3ff7c209c9ac37da7b'
             '967ef02684f8b07ceebc3fbfc36b97f5ca74e3c1ecf481f643ec20ca0af4f08c'
             '14907a6fc67b59fdfaee7c46f91b903296e4e0e335f39ff2e83bb935ee10b4f5')
 
@@ -25,10 +25,10 @@
   cd "$srcdir/uhd-$pkgver/host"
   mkdir build
 
-  patch -Np1 -d .. -i ../gcc11.patch
+  #patch -Np1 -d .. -i ../gcc11.patch
 
   # https://github.com/EttusResearch/uhd/issues/437
-  patch -Np1 -d .. -i ../boost-1.76.patch
+  #patch -Np1 -d .. -i ../boost-1.76.patch
 }
 
 build() {




More information about the arch-commits mailing list