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

Filipe Laíns ffy00 at archlinux.org
Tue Feb 4 17:26:43 UTC 2020


    Date: Tuesday, February 4, 2020 @ 17:26:43
  Author: ffy00
Revision: 562097

add missing dependency on boost-libs (0.7.1-5)

Modified:
  soapysdr/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-04 17:26:10 UTC (rev 562096)
+++ PKGBUILD	2020-02-04 17:26:43 UTC (rev 562097)
@@ -4,13 +4,13 @@
 _pkgname=SoapySDR
 pkgver=0.7.1
 _gitver=soapy-sdr-$pkgver
-pkgrel=4
+pkgrel=5
 pkgdesc='Vendor and platform neutral SDR support library'
 arch=('x86_64')
 url='https://github.com/pothosware/SoapySDR'
 license=('Boost')
-depends=('python')
-makedepends=('cmake' 'swig' 'doxygen')
+depends=('python' 'boost-libs')
+makedepends=('cmake' 'boost' 'swig' 'doxygen')
 optdepends=('soapyairspy: Airspy backend'
             'soapyaudio: Audio devices backend'
             'soapybladerf: BladeRF backend'



More information about the arch-commits mailing list