summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Krenek (Mikos)2017-02-15 12:56:45 +0100
committerMichal Krenek (Mikos)2017-02-15 12:56:45 +0100
commit5e1604e85fc77832da26105bcfafa15ed60a131b (patch)
tree90c61044c207171ad93c2c7eb306797444840ca2
parent6d3f2c7a1422f40621fa0a5030f45f4999f1512e (diff)
downloadaur-5e1604e85fc77832da26105bcfafa15ed60a131b.tar.gz
New version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4e8467532e9..b45f0d86a17e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Aug 17 23:36:54 UTC 2016
+# Wed Feb 15 11:56:21 UTC 2017
pkgbase = cubicsdr-git
pkgdesc = Cross-Platform Software-Defined Radio Application
- pkgver = r1209.7901701
+ pkgver = r1316.e173eec
pkgrel = 1
epoch = 2
url = https://github.com/cjcliffe/CubicSDR
@@ -20,9 +20,11 @@ pkgbase = cubicsdr-git
depends = liquid-dsp-git
optdepends = fftw: FFTW support
optdepends = soapyrtlsdr-git: support for RTL-SDR (RTL2832U) dongles
- optdepends = soapyosmo-git: support for Airspy, Airspy Mini, MiriSDR and RFSpace
+ optdepends = soapyairspy-git: support for Airspy R2 and Airspy Mini
optdepends = soapysdrplay-git: support for SDRplay RSP
optdepends = soapyhackrf-git: support for HackRF
+ optdepends = soapylms7-git: support for LimeSDR
+ optdepends = soapyosmo-git: support for MiriSDR and RFSpace
optdepends = soapyremote-git: use any SoapySDR device remotely over network
optdepends = hamlib: hamlib support
conflicts = cubicsdr
diff --git a/PKGBUILD b/PKGBUILD
index 66f2d1b92056..5383df0c47d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=cubicsdr-git
_pkgname=cubicsdr
-pkgver=r1209.7901701
+pkgver=r1316.e173eec
pkgrel=1
epoch=2
pkgdesc="Cross-Platform Software-Defined Radio Application"
@@ -21,9 +21,11 @@ depends=(
optdepends=(
'fftw: FFTW support'
'soapyrtlsdr-git: support for RTL-SDR (RTL2832U) dongles'
- 'soapyosmo-git: support for Airspy, Airspy Mini, MiriSDR and RFSpace'
+ 'soapyairspy-git: support for Airspy R2 and Airspy Mini'
'soapysdrplay-git: support for SDRplay RSP'
'soapyhackrf-git: support for HackRF'
+ 'soapylms7-git: support for LimeSDR'
+ 'soapyosmo-git: support for MiriSDR and RFSpace'
'soapyremote-git: use any SoapySDR device remotely over network'
'hamlib: hamlib support'
)