summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvalvetime2016-02-28 15:18:14 +0200
committervalvetime2016-02-28 15:18:14 +0200
commit03da6f019eeaf8e8caca28b40a43e911943d3f04 (patch)
treecee792410189afd9e511a053f36809b562a2ae11
parent7acdc7c33aafb5f5a47af3a301ce4f86ab6a50cd (diff)
downloadaur-03da6f019eeaf8e8caca28b40a43e911943d3f04.tar.gz
now provides soapysdr
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3206a1ba947f..c56c6595a3e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Feb 12 18:54:40 UTC 2016
+# Sun Feb 28 13:16:51 UTC 2016
pkgbase = soapysdr-git
pkgdesc = Vendor and platform neutral SDR support library
pkgver = r333.ddbca72
@@ -9,6 +9,8 @@ pkgbase = soapysdr-git
arch = any
license = custom:Boost Software License Version 1.0
makedepends = git
+ provides = soapysdr
+ conflicts = soapysdr
source = soapysdr-git::git+https://github.com/pothosware/SoapySDR.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 117f37805fc8..f2f356a975a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,8 @@ pkgdesc="Vendor and platform neutral SDR support library"
arch=('any')
url="https://github.com/pothosware/SoapySDR"
license=('custom:Boost Software License Version 1.0')
+provides=('soapysdr')
+conflicts=('soapysdr')
makedepends=('git')
source=(${pkgname}::"git+https://github.com/pothosware/SoapySDR.git")
sha256sums=('SKIP')