summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76ea52a6b286..fdf29873b19a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Feb 12 19:04:53 UTC 2016
+# Sun Feb 28 13:21:11 UTC 2016
pkgbase = soapyrtlsdr-git
pkgdesc = SoapySDR RTL-SDR Support Module
pkgver = r53.a44abc3
@@ -9,8 +9,10 @@ pkgbase = soapyrtlsdr-git
arch = any
license = MIT
makedepends = git
- depends = soapysdr-git
+ depends = soapysdr
depends = rtl-sdr
+ provides = soapyrtlsdr
+ conflicts = soapyrtlsdr
source = soapyrtlsdr-git::git+https://github.com/pothosware/SoapyRTLSDR.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fd5c2cddcacd..eee8e46a8917 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,10 @@ pkgdesc="SoapySDR RTL-SDR Support Module"
arch=('any')
url="https://github.com/pothosware/SoapySDR"
license=('MIT')
-depends=('soapysdr-git' 'rtl-sdr')
+depends=('soapysdr' 'rtl-sdr')
makedepends=('git')
+provides=('soapyrtlsdr')
+conflicts=('soapyrtlsdr')
source=(${pkgname}::"git+https://github.com/pothosware/SoapyRTLSDR.git")
sha256sums=('SKIP')