summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Falkenberg2022-03-26 19:49:50 +0100
committerRobert Falkenberg2022-03-26 19:49:50 +0100
commitd9a337fcd5382cb8e651ab663ebe8922a81e9af9 (patch)
tree6a95c32fcfe568aeaaa1cd7984cc3ea66f27bfc7
parent9f4abab06130f6bdd7195da4cff271310a23c7a4 (diff)
downloadaur-d9a337fcd5382cb8e651ab663ebe8922a81e9af9.tar.gz
remove dependency 'libuhd3'
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f098fd2028fa..6f0782cf7db2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
pkgbase = libuhd-firmware3
pkgdesc = Universal Software Radio Peripheral (USRP) userspace firmware
pkgver = 3.15.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.ettus.com/kb/category/software-documentation/uhd-manual
arch = any
license = GPL
- depends = libuhd3
provides = libuhd-firmware=3.15.0.0
conflicts = libuhd>3.15.0.0
source = https://github.com/EttusResearch/uhd/releases/download/v3.15.0.0/uhd-images_3.15.0.0.tar.xz
md5sums = 438c3ae14ef05d472bab6f00b5de422a
pkgname = libuhd-firmware3
-
diff --git a/PKGBUILD b/PKGBUILD
index 6c08f142c1d7..6b6d296ff5b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,11 @@
pkgname=libuhd-firmware3
pkgver=3.15.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Universal Software Radio Peripheral (USRP) userspace firmware"
arch=('any')
url="https://www.ettus.com/kb/category/software-documentation/uhd-manual"
license=('GPL')
-depends=('libuhd3')
provides=('libuhd-firmware=3.15.0.0')
conflicts=('libuhd>3.15.0.0')
source=("https://github.com/EttusResearch/uhd/releases/download/v$pkgver/uhd-images_$pkgver.tar.xz")