summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Laß2023-12-03 21:17:08 +0100
committerMichael Laß2023-12-03 21:17:44 +0100
commit3e6886e754c5540ba4a51eeafbb4b7de012ae2e0 (patch)
tree801567f3958fb8454c096a78cb93e368873cbc4e
parentd0be1644a2e3d0439299f66cb6da19cecd933f4f (diff)
downloadaur-3e6886e754c5540ba4a51eeafbb4b7de012ae2e0.tar.gz
Fix CMAKE flag to enable RTL-SDR support (again)
f260ae6ecba97a9e83bbbb7f1471286d5a8cf3ca, which we apply on top of 6.30, changes the option name back to RTLSDR_LINUX.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53eed4b3dd6f..fb6339d6dc38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qt-dab
pkgdesc = Software DAB decoder for use with various SDR devices (formerly dab-maxi)
pkgver = 6.3
- pkgrel = 1
+ pkgrel = 2
url = https://www.sdr-j.tk/
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index ee8f21c81a22..1de85fe2ec0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=qt-dab
pkgver=6.3
-pkgrel=1
+pkgrel=2
_prefix=qt-dab- # name of tarball and contents change from release to release
_tagname=qt-dab- # tag names may differ from the application version
_pkgver=6.30
@@ -48,7 +48,7 @@ build() {
-DLIMESDR=ON \
-DHACKRF=ON \
-DPLUTO=ON \
- -DRTLSDR_GENERIC=ON \
+ -DRTLSDR_LINUX=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
../${_prefix}${_tagname}${_pkgver}/${_fullname_s}