summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChryseus2019-03-19 17:43:41 +0000
committerChryseus2019-03-19 17:43:41 +0000
commit8fcb0dd7a0eaad0390eb20b9e775384be058e678 (patch)
tree10152d976c19fd1ff3c30da6b3b60028923472bd
parent8d4723a8878d72718eeec7abac42cec3bcad8704 (diff)
downloadaur-soapysdrplay.tar.gz
Update dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 235b2b42b6aa..24d866215624 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = soapysdrplay
license = MIT
makedepends = cmake
depends = soapysdr
+ depends = libsdrplay
source = https://github.com/pothosware/SoapySDRPlay/archive/soapy-sdrplay-0.2.0.tar.gz
sha256sums = 4bf2a73827a575ecf64c8ad1b2a4d9963e78b4726426b7da95959da817719c8c
diff --git a/PKGBUILD b/PKGBUILD
index c7c6df5ec11c..e9a64e708d86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="SDRplay support module for SoapySDR"
arch=('x86_64')
url="https://github.com/pothosware/SoapySDRPlay"
license=('MIT')
-depends=('soapysdr')
+depends=('soapysdr' 'libsdrplay')
makedepends=('cmake')
source=("https://github.com/pothosware/SoapySDRPlay/archive/soapy-sdrplay-0.2.0.tar.gz")
sha256sums=('4bf2a73827a575ecf64c8ad1b2a4d9963e78b4726426b7da95959da817719c8c')