Reposting here for completness:
diff --git a/PKGBUILD b/PKGBUILD
index 9816beb..a2c40dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://github.com/szpajder/RTLSDR-Airband"
license=('GPL3')
depends=('rtl-sdr' 'fftw' 'libvorbis' 'lame' 'libshout' 'libconfig' 'libmirisdr' 'soapysdr')
-makedepends=('git' 'libmirisdr' 'soapysdr')
+makedepends=('git' 'libmirisdr5' 'soapysdr')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('rtlsdr-airband::git+https://github.com/szpajder/RTLSDR-Airband.git#branch=unstable'
@@ -47,7 +47,7 @@ build() {
package() {
cd "$srcdir"/"${pkgname%-git}"/BUILD
- make install
+ DESTDIR=${pkgdir} make install
install -Dm 0755 "$srcdir"/"${pkgname%-git}"/BUILD/src/rtl_airband "${pkgdir}"/usr/bin/rtl_airband
install -Dm 0600 "$srcdir"/"${pkgname%-git}"/config/basic_multichannel.conf "${pkgdir}"/etc/rtl_airband/basic_multichannel.conf
install -Dm 0600 "$srcdir"/"${pkgname%-git}"/config/basic_scanning.conf "${pkgdir}"/etc/rtl_airband/basic_scanning.conf
Pinned Comments
EndlessEden commented on 2022-09-13 06:11 (UTC)
I'm still really busy with offline stuff, accepting co-maintainers
EndlessEden commented on 2021-08-27 15:51 (UTC)
Update: overhauled PKGBUILD, added removed conf from upstream to speed up first installs. added missing configs, from config directory.
Fixed: Fixed versioning to be more sensible.
if i have missed something or you have some suggestions, please leave a comment and i will review it when i have time.