summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Falkenberg2021-02-07 14:12:40 +0100
committerRobert Falkenberg2021-02-07 14:12:40 +0100
commit053ddaaea9bc5c3dabb4d4e7c79e5eebcb17f5dc (patch)
treeeaa475cd5c46dee902a7b0b64eac0da2288782c8
parent4506f96ac17d2283419b7c4a3375c402d9c4752c (diff)
downloadaur-053ddaaea9bc5c3dabb4d4e7c79e5eebcb17f5dc.tar.gz
Add conflict with libuhd-firmware, add optdepends libuhd-firmware3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2431606f50d9..0cc0101a303d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,8 +12,10 @@ pkgbase = libuhd3
depends = orc
depends = libusb
optdepends = python: usrp utils
+ optdepends = libuhd-firmware3
provides = libuhd=3.15.0.0
conflicts = libuhd
+ conflicts = libuhd-firmware
source = libuhd-3.15.0.0.tar.gz::https://github.com/EttusResearch/uhd/archive/v3.15.0.0.tar.gz
source = boost-1.73.patch
sha256sums = eed4a77d75faafff56be78985950039f8d9d1eb9fcbd58b8862e481dd49825cd
diff --git a/PKGBUILD b/PKGBUILD
index bb4e6dc29326..8de533dd7859 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,11 +10,11 @@ arch=('x86_64')
url="https://files.ettus.com/manual/"
license=('GPL')
depends=('boost-libs' 'orc' 'libusb')
-optdepends=('python: usrp utils')
+optdepends=('python: usrp utils' 'libuhd-firmware3')
makedepends=('cmake' 'boost' 'python-mako')
# gpsd? dpdk?
provides=('libuhd=3.15.0.0')
-conflicts=('libuhd')
+conflicts=('libuhd' 'libuhd-firmware')
source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/v$pkgver.tar.gz"
boost-1.73.patch)