[arch-commits] Commit in sdrangel/trunk (PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Tue Aug 21 18:00:01 UTC 2018


    Date: Tuesday, August 21, 2018 @ 18:00:01
  Author: ffy00
Revision: 373155

fix but where optional plugins weren't being built

Modified:
  sdrangel/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-21 17:40:52 UTC (rev 373154)
+++ PKGBUILD	2018-08-21 18:00:01 UTC (rev 373155)
@@ -4,7 +4,7 @@
 
 pkgname=sdrangel
 pkgver=4.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Qt5/OpenGL SDR and signal analyzer frontend."
 arch=('x86_64')
 url="https://github.com/f4exb/sdrangel"
@@ -14,7 +14,7 @@
 	'fftw' 'lz4' 'nanomsg' 'ffmpeg>=3.1'
 	'cm256cc' 'dsdcc>=1.8.3'
 	'pulseaudio')
-makedepends=('git' 'cmake')
+makedepends=('cmake' 'ffmpeg' 'airspy' 'bladerf' 'hackrf' 'limesuite' 'rtl-sdr')
 optdepends=('ffmpeg: DATV demodulator'
 	    'libmirisdr4: SDRPlay support'
 	    'rtl-sdr: RTLSDR support'



More information about the arch-commits mailing list