summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO20
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD6
3 files changed, 14 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 311a831f3a21..97a3b7fd51fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = welle.io-soapysdr-git
pkgdesc = An open source DAB and DAB+ software defined radio (SDR) with support for rtl-sdr (RTL2832U) and airspy (including SoapySDR)
- pkgver = 2.0.beta1.r0.f00230c
+ pkgver = 2.1.r0.8fc5739
pkgrel = 1
url = https://www.welle.io
arch = x86_64
@@ -14,20 +14,20 @@ pkgbase = welle.io-soapysdr-git
depends = lame
depends = mpg123
depends = qt5-charts
+ depends = qt5-graphicaleffects
depends = qt5-quickcontrols
depends = qt5-quickcontrols2
depends = qt5-multimedia
depends = rtl-sdr
- depends = soapysdr-git
+ depends = soapysdr
optdepends = airspy
- optdepends = soapyairspy-git
- optdepends = soapybladerf-git
- optdepends = soapyhackrf-git
- optdepends = soapylms7-git
- optdepends = soapyosmo-git
- optdepends = soapyplutosdr-git
- optdepends = soapyrtlsdr-git
- optdepends = soapysdrplay-git
+ optdepends = soapyairspy
+ optdepends = soapybladerf
+ optdepends = soapyhackrf
+ optdepends = soapyosmo
+ optdepends = soapyplutosdr
+ optdepends = soapyrtlsdr
+ optdepends = soapysdrplay
provides = welle.io
conflicts = welle.io
source = welle.io::git+https://github.com/AlbrechtL/welle.io
diff --git a/.gitignore b/.gitignore
index 9e34fbbd502d..d92052d3d96b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+welle.io-soapysdr-git-*.pkg.tar.zst
welle.io-soapysdr-git-*.pkg.tar.xz
welle.io-soapysdr-git-*.log
PKGBUILD-namcap.log
diff --git a/PKGBUILD b/PKGBUILD
index c72f8f3a565a..6cbe96f4e936 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Fredy GarcĂ­a <frealgagu at gmail dot com>
pkgname=welle.io-soapysdr-git
-pkgver=2.0.beta1.r0.f00230c
+pkgver=2.1.r0.8fc5739
pkgrel=1
pkgdesc="An open source DAB and DAB+ software defined radio (SDR) with support for rtl-sdr (RTL2832U) and airspy (including SoapySDR)"
arch=("x86_64")
url="https://www.${pkgname%-soapysdr-git}"
license=("GPL2")
-depends=("faad2" "fftw" "hicolor-icon-theme" "lame" "mpg123" "qt5-charts" "qt5-quickcontrols" "qt5-quickcontrols2" "qt5-multimedia" "rtl-sdr" "soapysdr-git")
-optdepends=("airspy" "soapyairspy-git" "soapybladerf-git" "soapyhackrf-git" "soapylms7-git" "soapyosmo-git" "soapyplutosdr-git" "soapyrtlsdr-git" "soapysdrplay-git")
+depends=("faad2" "fftw" "hicolor-icon-theme" "lame" "mpg123" "qt5-charts" "qt5-graphicaleffects" "qt5-quickcontrols" "qt5-quickcontrols2" "qt5-multimedia" "rtl-sdr" "soapysdr")
+optdepends=("airspy" "soapyairspy" "soapybladerf" "soapyhackrf" "soapyosmo" "soapyplutosdr" "soapyrtlsdr" "soapysdrplay")
makedepends=("cmake" "gcc" "git")
provides=("${pkgname%-soapysdr-git}")
conflicts=("${pkgname%-soapysdr-git}")