summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Laß2023-05-03 20:05:01 +0200
committerMichael Laß2023-05-03 20:05:01 +0200
commitf704d03a93b62f098cf09a1a1aa939ed30e1f3d0 (patch)
tree60d7fbdef465a15ee896e09b40bf47a0906ae895
parentb14994e0799cdb93ee8f13b07722cd18a56bb4ed (diff)
downloadaur-f704d03a93b62f098cf09a1a1aa939ed30e1f3d0.tar.gz
Build with RTLSDR_LINUX=ON
RTLSDR_LINUX=ON is needed to make RTL-SDR devices available. Thanks to tgheretford for pointing this out.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 651b70609014..f446f85b3667 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qt-dab
pkgdesc = Software DAB decoder for use with various SDR devices (version 4, formerly dab-maxi)
pkgver = 4.6
- pkgrel = 1
+ pkgrel = 2
url = https://www.sdr-j.tk/
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 0b2df3d92c95..63ced0200d0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ _pkgver=4.6-5.3 # tag names may combine v4 and v5
_fullname=${pkgname}-4
_fullname_s=${pkgname}-s4
_binary=${pkgname}-${pkgver}
-pkgrel=1
+pkgrel=2
pkgdesc="Software DAB decoder for use with various SDR devices (version 4, formerly dab-maxi)"
arch=(x86_64)
url="https://www.sdr-j.tk/"
@@ -42,6 +42,7 @@ build() {
-DLIMESDR=ON \
-DHACKRF=ON \
-DPLUTO=ON \
+ -DRTLSDR_LINUX=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
../${_prefix}${pkgname}-${_pkgver}/${_fullname_s}