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

Filipe Laíns ffy00 at archlinux.org
Tue Mar 24 18:13:31 UTC 2020


    Date: Tuesday, March 24, 2020 @ 18:13:30
  Author: ffy00
Revision: 603886

upgpkg: urh 2.8.5-1

Modified:
  urh/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-24 18:13:29 UTC (rev 603885)
+++ PKGBUILD	2020-03-24 18:13:30 UTC (rev 603886)
@@ -2,14 +2,14 @@
 # Contributor: Johannes Pohl <johannes.pohl90 at gmail.com>
 
 pkgname=urh
-pkgver=2.8.4
+pkgver=2.8.5
 pkgrel=1
 pkgdesc='Universal Radio Hacker: investigate wireless protocols like a boss'
 arch=('x86_64')
 url='https://github.com/jopohl/urh'
 license=('GPL3')
-depends=('python' 'python-pyqt5' 'python-numpy' 'python-psutil' 'python-pyzmq' 'cython')
-makedepends=('gcc' 'python-setuptools' 'airspy' 'hackrf' 'libuhd' 'limesuite' 'rtl-sdr')
+depends=('python' 'python-pyqt5' 'python-numpy' 'python-psutil' 'cython')
+makedepends=('gcc' 'python-setuptools' 'airspy' 'hackrf' 'libuhd' 'limesuite' 'rtl-sdr' 'bladerf' 'libiio')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
 optdepends=('airspy: Airspy backend'
             'cython: compiling native modules inside URH'
@@ -18,10 +18,12 @@
             'limesuite: LimeSDR backend'
             'rtl-sdr: RTL-SDR backend'
             'gnuradio: GNURadio backend'
+            'bladerf: BladeRF backend'
+            'libiio: IIO backend (PlutoSDR)'
             'gnuradio-osmosdr: OsmoSDR backend, via GNURadio'
             'python-pyaudio: Soundcard backend')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz")
-sha512sums=('8ded9d065cd4773b1a5d26b47838d7586b22fc142d0101388bd6aa5c638cf858452857191ca5de553b1a62397fb814c0f1839175647ec41cec32e216a6244ce6')
+sha512sums=('4f5258279bdcd17c4644e3f85af76baea3e7e29d8db2e03eed08eee1f063e96ba1bd7bb18a7b93e222322572b414db61248e32e3561730691a1ca4a5ef5ae422')
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list