[arch-commits] Commit in urh/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-11-25 Thread Filipe Laíns via arch-commits
Date: Wednesday, November 25, 2020 @ 14:28:34
  Author: ffy00
Revision: 761056

archrelease: copy trunk to community-x86_64

Added:
  urh/repos/community-x86_64/PKGBUILD
(from rev 761055, urh/trunk/PKGBUILD)
Deleted:
  urh/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   99 ++---
 1 file changed, 49 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-25 14:28:30 UTC (rev 761055)
+++ PKGBUILD2020-11-25 14:28:34 UTC (rev 761056)
@@ -1,50 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Pohl 
-
-pkgname=urh
-pkgver=2.8.9
-pkgrel=2
-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' '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'
-'hackrf: HackRF backend'
-'libuhd: USRP backend'
-'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=('bdcca5210df79d41f606f83f8034796b942be192ee61e02af2217ae9ab2044a69ef04d694123a4cc029f047186af0880833355ee1fd7a3dfb5c29552c1892ffb')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build build_ext
-  python src/urh/cythonext/build.py
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run pytest --boxed
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" -O1 --skip-build
-
-  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
-  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
-  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
-}
-

Copied: urh/repos/community-x86_64/PKGBUILD (from rev 761055, 
urh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-25 14:28:34 UTC (rev 761056)
@@ -0,0 +1,49 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.9.0
+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' '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'
+'hackrf: HackRF backend'
+'libuhd: USRP backend'
+'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=('f385b8c921d8439ba121d60a0c160608e7e0c82db03420aa363aac2074e09deafe9bee02ecac96c74f5dcefb9367e1080cfd265b461dc596fcc8e285ea9298ad')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}


[arch-commits] Commit in urh/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-10-29 Thread Filipe Laíns via arch-commits
Date: Thursday, October 29, 2020 @ 16:02:38
  Author: ffy00
Revision: 736530

archrelease: copy trunk to community-x86_64

Added:
  urh/repos/community-x86_64/PKGBUILD
(from rev 736529, urh/trunk/PKGBUILD)
Deleted:
  urh/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-29 16:02:18 UTC (rev 736529)
+++ PKGBUILD2020-10-29 16:02:38 UTC (rev 736530)
@@ -1,50 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Pohl 
-
-pkgname=urh
-pkgver=2.8.9
-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' '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'
-'hackrf: HackRF backend'
-'libuhd: USRP backend'
-'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=('bdcca5210df79d41f606f83f8034796b942be192ee61e02af2217ae9ab2044a69ef04d694123a4cc029f047186af0880833355ee1fd7a3dfb5c29552c1892ffb')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build build_ext
-  python src/urh/cythonext/build.py
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run pytest --boxed
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" -O1 --skip-build
-
-  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
-  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
-  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
-}
-

Copied: urh/repos/community-x86_64/PKGBUILD (from rev 736529, 
urh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-29 16:02:38 UTC (rev 736530)
@@ -0,0 +1,50 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.8.9
+pkgrel=2
+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' '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'
+'hackrf: HackRF backend'
+'libuhd: USRP backend'
+'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=('bdcca5210df79d41f606f83f8034796b942be192ee61e02af2217ae9ab2044a69ef04d694123a4cc029f047186af0880833355ee1fd7a3dfb5c29552c1892ffb')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}
+


[arch-commits] Commit in urh/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-09-08 Thread Filipe Laíns via arch-commits
Date: Tuesday, September 8, 2020 @ 18:52:38
  Author: ffy00
Revision: 701283

archrelease: copy trunk to community-x86_64

Added:
  urh/repos/community-x86_64/PKGBUILD
(from rev 701282, urh/trunk/PKGBUILD)
Deleted:
  urh/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-08 18:52:25 UTC (rev 701282)
+++ PKGBUILD2020-09-08 18:52:38 UTC (rev 701283)
@@ -1,50 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Pohl 
-
-pkgname=urh
-pkgver=2.8.8
-pkgrel=2
-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' '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'
-'hackrf: HackRF backend'
-'libuhd: USRP backend'
-'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=('499df6e15fbf73b0b7ecda3ea65c5246b3fd7e3da510b3602ea2f41390ad98c672cc9228394f779178daf545ade3783545f462436f295c06f5e37c0a5dc69179')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build build_ext
-  python src/urh/cythonext/build.py
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run pytest --boxed
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" -O1 --skip-build
-
-  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
-  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
-  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
-}
-

Copied: urh/repos/community-x86_64/PKGBUILD (from rev 701282, 
urh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-08 18:52:38 UTC (rev 701283)
@@ -0,0 +1,50 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.8.9
+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' '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'
+'hackrf: HackRF backend'
+'libuhd: USRP backend'
+'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=('bdcca5210df79d41f606f83f8034796b942be192ee61e02af2217ae9ab2044a69ef04d694123a4cc029f047186af0880833355ee1fd7a3dfb5c29552c1892ffb')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}
+


[arch-commits] Commit in urh/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-07-29 Thread Filipe Laíns via arch-commits
Date: Wednesday, July 29, 2020 @ 18:50:08
  Author: ffy00
Revision: 665805

archrelease: copy trunk to community-x86_64

Added:
  urh/repos/community-x86_64/PKGBUILD
(from rev 665804, urh/trunk/PKGBUILD)
Deleted:
  urh/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-29 18:50:04 UTC (rev 665804)
+++ PKGBUILD2020-07-29 18:50:08 UTC (rev 665805)
@@ -1,50 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Pohl 
-
-pkgname=urh
-pkgver=2.8.8
-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' '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'
-'hackrf: HackRF backend'
-'libuhd: USRP backend'
-'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=('499df6e15fbf73b0b7ecda3ea65c5246b3fd7e3da510b3602ea2f41390ad98c672cc9228394f779178daf545ade3783545f462436f295c06f5e37c0a5dc69179')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build build_ext
-  python src/urh/cythonext/build.py
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run pytest --boxed
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" -O1 --skip-build
-
-  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
-  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
-  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
-}
-

Copied: urh/repos/community-x86_64/PKGBUILD (from rev 665804, 
urh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-29 18:50:08 UTC (rev 665805)
@@ -0,0 +1,50 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.8.8
+pkgrel=2
+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' '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'
+'hackrf: HackRF backend'
+'libuhd: USRP backend'
+'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=('499df6e15fbf73b0b7ecda3ea65c5246b3fd7e3da510b3602ea2f41390ad98c672cc9228394f779178daf545ade3783545f462436f295c06f5e37c0a5dc69179')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}
+


[arch-commits] Commit in urh/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-05-17 Thread Filipe Laíns via arch-commits
Date: Sunday, May 17, 2020 @ 22:20:18
  Author: ffy00
Revision: 629084

archrelease: copy trunk to community-x86_64

Added:
  urh/repos/community-x86_64/PKGBUILD
(from rev 629083, urh/trunk/PKGBUILD)
Deleted:
  urh/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-17 22:20:09 UTC (rev 629083)
+++ PKGBUILD2020-05-17 22:20:18 UTC (rev 629084)
@@ -1,50 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Pohl 
-
-pkgname=urh
-pkgver=2.8.7
-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' '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'
-'hackrf: HackRF backend'
-'libuhd: USRP backend'
-'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=('78c24ce6273ef5962261bb02c9955474e50e732723edfa190c83d8540c5d998d1b685f6195b3a3ef2520ead42a1b698e03c448ab377c569bc78e3f5a6dfc5d3e')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build build_ext
-  python src/urh/cythonext/build.py
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run pytest --boxed
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" -O1 --skip-build
-
-  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
-  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
-  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
-}
-

Copied: urh/repos/community-x86_64/PKGBUILD (from rev 629083, 
urh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-17 22:20:18 UTC (rev 629084)
@@ -0,0 +1,50 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.8.8
+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' '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'
+'hackrf: HackRF backend'
+'libuhd: USRP backend'
+'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=('499df6e15fbf73b0b7ecda3ea65c5246b3fd7e3da510b3602ea2f41390ad98c672cc9228394f779178daf545ade3783545f462436f295c06f5e37c0a5dc69179')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}
+


[arch-commits] Commit in urh/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-04-29 Thread Filipe Laíns via arch-commits
Date: Thursday, April 30, 2020 @ 00:18:46
  Author: ffy00
Revision: 622341

archrelease: copy trunk to community-x86_64

Added:
  urh/repos/community-x86_64/PKGBUILD
(from rev 622340, urh/trunk/PKGBUILD)
Deleted:
  urh/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-30 00:18:31 UTC (rev 622340)
+++ PKGBUILD2020-04-30 00:18:46 UTC (rev 622341)
@@ -1,50 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Pohl 
-
-pkgname=urh
-pkgver=2.8.6
-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' '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'
-'hackrf: HackRF backend'
-'libuhd: USRP backend'
-'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=('b2b86d97423d232f51e11adef1a9f55cd75b1c3afa92f07746272a1c2b367505ef7f5607511a191a984f6b8173ce14af8c1ec6474984aa283ebc0237c1e4')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build build_ext
-  python src/urh/cythonext/build.py
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run pytest --boxed
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" -O1 --skip-build
-
-  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
-  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
-  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
-}
-

Copied: urh/repos/community-x86_64/PKGBUILD (from rev 622340, 
urh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-30 00:18:46 UTC (rev 622341)
@@ -0,0 +1,50 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.8.7
+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' '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'
+'hackrf: HackRF backend'
+'libuhd: USRP backend'
+'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=('78c24ce6273ef5962261bb02c9955474e50e732723edfa190c83d8540c5d998d1b685f6195b3a3ef2520ead42a1b698e03c448ab377c569bc78e3f5a6dfc5d3e')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}
+


[arch-commits] Commit in urh/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-04-15 Thread Filipe Laíns via arch-commits
Date: Wednesday, April 15, 2020 @ 13:19:39
  Author: ffy00
Revision: 614704

archrelease: copy trunk to community-x86_64

Added:
  urh/repos/community-x86_64/PKGBUILD
(from rev 614703, urh/trunk/PKGBUILD)
Deleted:
  urh/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-15 13:19:22 UTC (rev 614703)
+++ PKGBUILD2020-04-15 13:19:39 UTC (rev 614704)
@@ -1,50 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Pohl 
-
-pkgname=urh
-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' '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'
-'hackrf: HackRF backend'
-'libuhd: USRP backend'
-'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=('4f5258279bdcd17c4644e3f85af76baea3e7e29d8db2e03eed08eee1f063e96ba1bd7bb18a7b93e222322572b414db61248e32e3561730691a1ca4a5ef5ae422')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build build_ext
-  python src/urh/cythonext/build.py
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run pytest --boxed
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" -O1 --skip-build
-
-  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
-  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
-  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
-}
-

Copied: urh/repos/community-x86_64/PKGBUILD (from rev 614703, 
urh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-15 13:19:39 UTC (rev 614704)
@@ -0,0 +1,50 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.8.6
+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' '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'
+'hackrf: HackRF backend'
+'libuhd: USRP backend'
+'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=('b2b86d97423d232f51e11adef1a9f55cd75b1c3afa92f07746272a1c2b367505ef7f5607511a191a984f6b8173ce14af8c1ec6474984aa283ebc0237c1e4')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}
+


[arch-commits] Commit in urh/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-03-24 Thread Filipe Laíns via arch-commits
Date: Tuesday, March 24, 2020 @ 18:13:40
  Author: ffy00
Revision: 603887

archrelease: copy trunk to community-x86_64

Added:
  urh/repos/community-x86_64/PKGBUILD
(from rev 603886, urh/trunk/PKGBUILD)
Deleted:
  urh/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   98 +++--
 1 file changed, 50 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-24 18:13:30 UTC (rev 603886)
+++ PKGBUILD2020-03-24 18:13:40 UTC (rev 603887)
@@ -1,48 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Pohl 
-
-pkgname=urh
-pkgver=2.8.4
-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')
-checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
-optdepends=('airspy: Airspy backend'
-'cython: compiling native modules inside URH'
-'hackrf: HackRF backend'
-'libuhd: USRP backend'
-'limesuite: LimeSDR backend'
-'rtl-sdr: RTL-SDR backend'
-'gnuradio: GNURadio backend'
-'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')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build build_ext
-  python src/urh/cythonext/build.py
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run pytest --boxed
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" -O1 --skip-build
-
-  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
-  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
-  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
-}
-

Copied: urh/repos/community-x86_64/PKGBUILD (from rev 603886, 
urh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-24 18:13:40 UTC (rev 603887)
@@ -0,0 +1,50 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+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' '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'
+'hackrf: HackRF backend'
+'libuhd: USRP backend'
+'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=('4f5258279bdcd17c4644e3f85af76baea3e7e29d8db2e03eed08eee1f063e96ba1bd7bb18a7b93e222322572b414db61248e32e3561730691a1ca4a5ef5ae422')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}
+


[arch-commits] Commit in urh/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-03-09 Thread Filipe Laíns via arch-commits
Date: Monday, March 9, 2020 @ 08:54:33
  Author: ffy00
Revision: 592758

archrelease: copy trunk to community-x86_64

Added:
  urh/repos/community-x86_64/PKGBUILD
(from rev 592757, urh/trunk/PKGBUILD)
Deleted:
  urh/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-09 08:54:16 UTC (rev 592757)
+++ PKGBUILD2020-03-09 08:54:33 UTC (rev 592758)
@@ -1,48 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Pohl 
-
-pkgname=urh
-pkgver=2.8.3
-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')
-checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
-optdepends=('airspy: Airspy backend'
-'cython: compiling native modules inside URH'
-'hackrf: HackRF backend'
-'libuhd: USRP backend'
-'limesuite: LimeSDR backend'
-'rtl-sdr: RTL-SDR backend'
-'gnuradio: GNURadio backend'
-'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=('a76f7ca0da20cb77149f32a764e29ae82417fb33a9d727ca5a05c52d4aafe58512acd0b180a329252a1ca8eb20e87ff182a88e72037b5b5e525a6d580e37aac5')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build build_ext
-  python src/urh/cythonext/build.py
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run pytest --boxed
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" -O1 --skip-build
-
-  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
-  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
-  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
-}
-

Copied: urh/repos/community-x86_64/PKGBUILD (from rev 592757, 
urh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-09 08:54:33 UTC (rev 592758)
@@ -0,0 +1,48 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.8.4
+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')
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
+optdepends=('airspy: Airspy backend'
+'cython: compiling native modules inside URH'
+'hackrf: HackRF backend'
+'libuhd: USRP backend'
+'limesuite: LimeSDR backend'
+'rtl-sdr: RTL-SDR backend'
+'gnuradio: GNURadio backend'
+'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')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}
+


[arch-commits] Commit in urh/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-02-22 Thread Filipe Laíns via arch-commits
Date: Saturday, February 22, 2020 @ 14:22:09
  Author: ffy00
Revision: 578541

archrelease: copy trunk to community-x86_64

Added:
  urh/repos/community-x86_64/PKGBUILD
(from rev 578540, urh/trunk/PKGBUILD)
Deleted:
  urh/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  104 -
 1 file changed, 48 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-22 14:22:01 UTC (rev 578540)
+++ PKGBUILD2020-02-22 14:22:09 UTC (rev 578541)
@@ -1,56 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Pohl 
-
-pkgname=urh
-pkgver=2.8.2
-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') # Optional
-checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
-optdepends=('airspy: Airspy backend'
-'cython: compiling native modules inside URH'
-'hackrf: HackRF backend'
-'libuhd: USRP backend'
-'limesuite: LimeSDR backend'
-'rtl-sdr: RTL-SDR backend'
-'gnuradio: GNURadio backend'
-'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=('076c8baa5531b5c5b500c50d37c01435725e76f29ae881af74c8c6f4a2d5f8dcfdd0ff93ce7a714c8e9eb4db4f76749c81b24e91190e284ff6b2f4310aa629c1')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Issues with PyQt, see https://github.com/jopohl/urh/issues/623
-  rm tests/{test_filter.py,test_plugins.py}
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build build_ext
-  python src/urh/cythonext/build.py
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run pytest --boxed
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" -O1 --skip-build
-
-  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
-  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
-  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
-}
-

Copied: urh/repos/community-x86_64/PKGBUILD (from rev 578540, 
urh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-22 14:22:09 UTC (rev 578541)
@@ -0,0 +1,48 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.8.3
+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')
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
+optdepends=('airspy: Airspy backend'
+'cython: compiling native modules inside URH'
+'hackrf: HackRF backend'
+'libuhd: USRP backend'
+'limesuite: LimeSDR backend'
+'rtl-sdr: RTL-SDR backend'
+'gnuradio: GNURadio backend'
+'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=('a76f7ca0da20cb77149f32a764e29ae82417fb33a9d727ca5a05c52d4aafe58512acd0b180a329252a1ca8eb20e87ff182a88e72037b5b5e525a6d580e37aac5')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}
+


[arch-commits] Commit in urh/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-01-19 Thread Filipe Laíns via arch-commits
Date: Sunday, January 19, 2020 @ 18:42:27
  Author: ffy00
Revision: 553180

archrelease: copy trunk to community-x86_64

Added:
  urh/repos/community-x86_64/PKGBUILD
(from rev 553179, urh/trunk/PKGBUILD)
Deleted:
  urh/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-19 18:42:18 UTC (rev 553179)
+++ PKGBUILD2020-01-19 18:42:27 UTC (rev 553180)
@@ -1,56 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Pohl 
-
-pkgname=urh
-pkgver=2.8.1
-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') # Optional
-checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
-optdepends=('airspy: Airspy backend'
-'cython: compiling native modules inside URH'
-'hackrf: HackRF backend'
-'libuhd: USRP backend'
-'limesuite: LimeSDR backend'
-'rtl-sdr: RTL-SDR backend'
-'gnuradio: GNURadio backend'
-'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=('ce1d9de195578072b80927248fa601659a3e7e6454f7c3bcffcdff8ec4c30738a55933fa31ae81ac1afdb251c1cb3155927ad63012f6bf0fcd5c2bbae6c80a7f')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Issues with PyQt, see https://github.com/jopohl/urh/issues/623
-  rm tests/{test_filter.py,test_plugins.py}
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build build_ext
-  python src/urh/cythonext/build.py
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run pytest --boxed
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" -O1 --skip-build
-
-  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
-  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
-  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
-}
-

Copied: urh/repos/community-x86_64/PKGBUILD (from rev 553179, 
urh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-19 18:42:27 UTC (rev 553180)
@@ -0,0 +1,56 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.8.2
+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') # Optional
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
+optdepends=('airspy: Airspy backend'
+'cython: compiling native modules inside URH'
+'hackrf: HackRF backend'
+'libuhd: USRP backend'
+'limesuite: LimeSDR backend'
+'rtl-sdr: RTL-SDR backend'
+'gnuradio: GNURadio backend'
+'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=('076c8baa5531b5c5b500c50d37c01435725e76f29ae881af74c8c6f4a2d5f8dcfdd0ff93ce7a714c8e9eb4db4f76749c81b24e91190e284ff6b2f4310aa629c1')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Issues with PyQt, see https://github.com/jopohl/urh/issues/623
+  rm tests/{test_filter.py,test_plugins.py}
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}
+


[arch-commits] Commit in urh/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-11-28 Thread Filipe Laíns via arch-commits
Date: Thursday, November 28, 2019 @ 09:12:49
  Author: ffy00
Revision: 534271

archrelease: copy trunk to community-x86_64

Added:
  urh/repos/community-x86_64/PKGBUILD
(from rev 534270, urh/trunk/PKGBUILD)
Deleted:
  urh/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-28 09:12:31 UTC (rev 534270)
+++ PKGBUILD2019-11-28 09:12:49 UTC (rev 534271)
@@ -1,56 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Pohl 
-
-pkgname=urh
-pkgver=2.8.0
-pkgrel=2
-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') # Optional
-checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
-optdepends=('airspy: Airspy backend'
-'cython: compiling native modules inside URH'
-'hackrf: HackRF backend'
-'libuhd: USRP backend'
-'limesuite: LimeSDR backend'
-'rtl-sdr: RTL-SDR backend'
-'gnuradio: GNURadio backend'
-'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=('0d72c5b008071d0855cb36f3f995b60e38e557cbb19b4a42f0ed7db920dc78065bc6b60b160ab277c533f725417b58f1fb377f72a5d9ca183fa4537f8da14992')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Issues with PyQt, see https://github.com/jopohl/urh/issues/623
-  rm tests/{test_filter.py,test_plugins.py}
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build build_ext
-  python src/urh/cythonext/build.py
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run pytest --boxed
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" -O1 --skip-build
-
-  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
-  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
-  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
-}
-

Copied: urh/repos/community-x86_64/PKGBUILD (from rev 534270, 
urh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-28 09:12:49 UTC (rev 534271)
@@ -0,0 +1,56 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.8.1
+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') # Optional
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
+optdepends=('airspy: Airspy backend'
+'cython: compiling native modules inside URH'
+'hackrf: HackRF backend'
+'libuhd: USRP backend'
+'limesuite: LimeSDR backend'
+'rtl-sdr: RTL-SDR backend'
+'gnuradio: GNURadio backend'
+'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=('ce1d9de195578072b80927248fa601659a3e7e6454f7c3bcffcdff8ec4c30738a55933fa31ae81ac1afdb251c1cb3155927ad63012f6bf0fcd5c2bbae6c80a7f')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Issues with PyQt, see https://github.com/jopohl/urh/issues/623
+  rm tests/{test_filter.py,test_plugins.py}
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}
+


[arch-commits] Commit in urh/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-10-31 Thread Filipe Laíns via arch-commits
Date: Thursday, October 31, 2019 @ 10:47:12
  Author: ffy00
Revision: 521079

archrelease: copy trunk to community-x86_64

Added:
  urh/repos/community-x86_64/PKGBUILD
(from rev 521078, urh/trunk/PKGBUILD)
Deleted:
  urh/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 10:46:58 UTC (rev 521078)
+++ PKGBUILD2019-10-31 10:47:12 UTC (rev 521079)
@@ -1,56 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Pohl 
-
-pkgname=urh
-pkgver=2.7.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') # Optional
-checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
-optdepends=('airspy: Airspy backend'
-'cython: compiling native modules inside URH'
-'hackrf: HackRF backend'
-'libuhd: USRP backend'
-'limesuite: LimeSDR backend'
-'rtl-sdr: RTL-SDR backend'
-'gnuradio: GNURadio backend'
-'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=('81f32d8be83c5ea764de728c66c201d522a25a14baed30a7e6c7f0a4089d98d71520f8cb9cc594f41a6570e61fd48b9dc06ce8b87701f94b4ff58aed356f6481')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Issues with PyQt, see https://github.com/jopohl/urh/issues/623
-  rm tests/{test_filter.py,test_plugins.py}
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build build_ext
-  python src/urh/cythonext/build.py
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run pytest --boxed
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" -O1 --skip-build
-
-  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
-  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
-  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
-}
-

Copied: urh/repos/community-x86_64/PKGBUILD (from rev 521078, 
urh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-31 10:47:12 UTC (rev 521079)
@@ -0,0 +1,56 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.8.0
+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') # Optional
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
+optdepends=('airspy: Airspy backend'
+'cython: compiling native modules inside URH'
+'hackrf: HackRF backend'
+'libuhd: USRP backend'
+'limesuite: LimeSDR backend'
+'rtl-sdr: RTL-SDR backend'
+'gnuradio: GNURadio backend'
+'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=('0d72c5b008071d0855cb36f3f995b60e38e557cbb19b4a42f0ed7db920dc78065bc6b60b160ab277c533f725417b58f1fb377f72a5d9ca183fa4537f8da14992')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Issues with PyQt, see https://github.com/jopohl/urh/issues/623
+  rm tests/{test_filter.py,test_plugins.py}
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}
+


[arch-commits] Commit in urh/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Filipe Laíns via arch-commits
Date: Thursday, September 5, 2019 @ 10:37:47
  Author: ffy00
Revision: 508191

archrelease: copy trunk to community-x86_64

Added:
  urh/repos/community-x86_64/PKGBUILD
(from rev 508190, urh/trunk/PKGBUILD)
Deleted:
  urh/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 10:37:32 UTC (rev 508190)
+++ PKGBUILD2019-09-05 10:37:47 UTC (rev 508191)
@@ -1,56 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Pohl 
-
-pkgname=urh
-pkgver=2.7.2
-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') # Optional
-checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
-optdepends=('airspy: Airspy backend'
-'cython: compiling native modules inside URH'
-'hackrf: HackRF backend'
-'libuhd: USRP backend'
-'limesuite: LimeSDR backend'
-'rtl-sdr: RTL-SDR backend'
-'gnuradio: GNURadio backend'
-'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=('56ecd5dc86ea6a18cd9443266ce56e8f784dd5f09f6318da56b4719b588cc9c7a4716aeafa9a64e910dd2575e0c3c4b40573a2d336bcef2aca5f51ac08843bce')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Issues with PyQt, see https://github.com/jopohl/urh/issues/623
-  rm tests/{test_filter.py,test_plugins.py}
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build build_ext
-  python src/urh/cythonext/build.py
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run pytest --boxed
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" -O1 --skip-build
-
-  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
-  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
-  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
-}
-

Copied: urh/repos/community-x86_64/PKGBUILD (from rev 508190, 
urh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 10:37:47 UTC (rev 508191)
@@ -0,0 +1,56 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.7.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') # Optional
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
+optdepends=('airspy: Airspy backend'
+'cython: compiling native modules inside URH'
+'hackrf: HackRF backend'
+'libuhd: USRP backend'
+'limesuite: LimeSDR backend'
+'rtl-sdr: RTL-SDR backend'
+'gnuradio: GNURadio backend'
+'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=('81f32d8be83c5ea764de728c66c201d522a25a14baed30a7e6c7f0a4089d98d71520f8cb9cc594f41a6570e61fd48b9dc06ce8b87701f94b4ff58aed356f6481')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Issues with PyQt, see https://github.com/jopohl/urh/issues/623
+  rm tests/{test_filter.py,test_plugins.py}
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}
+


[arch-commits] Commit in urh/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-06-26 Thread Filipe Laíns via arch-commits
Date: Wednesday, June 26, 2019 @ 17:53:44
  Author: ffy00
Revision: 484594

archrelease: copy trunk to community-x86_64

Added:
  urh/repos/community-x86_64/PKGBUILD
(from rev 484593, urh/trunk/PKGBUILD)
Deleted:
  urh/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-26 17:53:32 UTC (rev 484593)
+++ PKGBUILD2019-06-26 17:53:44 UTC (rev 484594)
@@ -1,56 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Pohl 
-
-pkgname=urh
-pkgver=2.7.0
-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') # Optional
-checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
-optdepends=('airspy: Airspy backend'
-'cython: compiling native modules inside URH'
-'hackrf: HackRF backend'
-'libuhd: USRP backend'
-'limesuite: LimeSDR backend'
-'rtl-sdr: RTL-SDR backend'
-'gnuradio: GNURadio backend'
-'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=('7b61476086bc077746bee661d77e95fff1b9c420656dab8c7b6480b2e424597989775b561c7c0f439d8d6f2fe1738db93fc847b2051632baf29d41017bffee5f')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Issues with PyQt, see https://github.com/jopohl/urh/issues/623
-  rm tests/{test_filter.py,test_plugins.py}
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build build_ext
-  python src/urh/cythonext/build.py
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run pytest --boxed
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" -O1 --skip-build
-
-  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
-  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
-  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
-}
-

Copied: urh/repos/community-x86_64/PKGBUILD (from rev 484593, 
urh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-26 17:53:44 UTC (rev 484594)
@@ -0,0 +1,56 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.7.2
+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') # Optional
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
+optdepends=('airspy: Airspy backend'
+'cython: compiling native modules inside URH'
+'hackrf: HackRF backend'
+'libuhd: USRP backend'
+'limesuite: LimeSDR backend'
+'rtl-sdr: RTL-SDR backend'
+'gnuradio: GNURadio backend'
+'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=('56ecd5dc86ea6a18cd9443266ce56e8f784dd5f09f6318da56b4719b588cc9c7a4716aeafa9a64e910dd2575e0c3c4b40573a2d336bcef2aca5f51ac08843bce')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Issues with PyQt, see https://github.com/jopohl/urh/issues/623
+  rm tests/{test_filter.py,test_plugins.py}
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}
+


[arch-commits] Commit in urh/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-06-06 Thread Filipe Laíns via arch-commits
Date: Thursday, June 6, 2019 @ 19:59:33
  Author: ffy00
Revision: 477668

archrelease: copy trunk to community-x86_64

Added:
  urh/repos/community-x86_64/PKGBUILD
(from rev 477667, urh/trunk/PKGBUILD)
Deleted:
  urh/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-06 19:59:18 UTC (rev 477667)
+++ PKGBUILD2019-06-06 19:59:33 UTC (rev 477668)
@@ -1,56 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Pohl 
-
-pkgname=urh
-pkgver=2.6.0
-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') # Optional
-checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
-optdepends=('airspy: Airspy backend'
-'cython: compiling native modules inside URH'
-'hackrf: HackRF backend'
-'libuhd: USRP backend'
-'limesuite: LimeSDR backend'
-'rtl-sdr: RTL-SDR backend'
-'gnuradio: GNURadio backend'
-'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=('daa183690f1e2c097fa3bf27f320076e062b9f04daf6028d295da7f1f64ab184275299748d0b8f9d6cd4bdf2613839c5008439d3cf17512e0764488ccdd1b1ea')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Issues with PyQt, see https://github.com/jopohl/urh/issues/623
-  rm tests/{test_filter.py,test_plugins.py}
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build build_ext
-  python src/urh/cythonext/build.py
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run pytest --boxed
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" -O1 --skip-build
-
-  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
-  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
-  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
-}
-

Copied: urh/repos/community-x86_64/PKGBUILD (from rev 477667, 
urh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-06 19:59:33 UTC (rev 477668)
@@ -0,0 +1,56 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.7.0
+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') # Optional
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
+optdepends=('airspy: Airspy backend'
+'cython: compiling native modules inside URH'
+'hackrf: HackRF backend'
+'libuhd: USRP backend'
+'limesuite: LimeSDR backend'
+'rtl-sdr: RTL-SDR backend'
+'gnuradio: GNURadio backend'
+'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=('7b61476086bc077746bee661d77e95fff1b9c420656dab8c7b6480b2e424597989775b561c7c0f439d8d6f2fe1738db93fc847b2051632baf29d41017bffee5f')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Issues with PyQt, see https://github.com/jopohl/urh/issues/623
+  rm tests/{test_filter.py,test_plugins.py}
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}
+


[arch-commits] Commit in urh/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-05-20 Thread Filipe Laíns via arch-commits
Date: Monday, May 20, 2019 @ 13:52:03
  Author: ffy00
Revision: 468087

archrelease: copy trunk to community-x86_64

Added:
  urh/repos/community-x86_64/PKGBUILD
(from rev 468086, urh/trunk/PKGBUILD)
Deleted:
  urh/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-20 13:51:41 UTC (rev 468086)
+++ PKGBUILD2019-05-20 13:52:03 UTC (rev 468087)
@@ -1,56 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Pohl 
-
-pkgname=urh
-pkgver=2.5.7
-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') # Optional
-checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
-optdepends=('airspy: for native airspy backend'
-'cython: for recompiling native backends right from inside URH'
-'hackrf: for native hackrf backend'
-'libuhd: for native USRP backend'
-'limesuite: for native LimeSDR backend'
-'rtl-sdr: for native RTL-SDR backend'
-'rfcat-hg: for rfcat plugin'
-'gnuradio: for USRP gnuradio backend'
-'gnuradio-osmosdr: for more gnuradio device backends'
-'python-pyaudio: for soundcard support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
-sha512sums=('69f1d38e6465794b3a226b397486afc63254e2aa5a6781bbec1d192a2b250a66324bb2644c98d474a5ce0bdb92dba99976514ca14fd17c769408cbdac7a6ae98')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  rm tests/{test_filter.py,test_plugins.py}
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build build_ext
-  python src/urh/cythonext/build.py
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run pytest --boxed
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" -O1 --skip-build
-
-  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
-  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
-  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
-}
-

Copied: urh/repos/community-x86_64/PKGBUILD (from rev 468086, 
urh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-20 13:52:03 UTC (rev 468087)
@@ -0,0 +1,56 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.6.0
+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') # Optional
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
+optdepends=('airspy: Airspy backend'
+'cython: compiling native modules inside URH'
+'hackrf: HackRF backend'
+'libuhd: USRP backend'
+'limesuite: LimeSDR backend'
+'rtl-sdr: RTL-SDR backend'
+'gnuradio: GNURadio backend'
+'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=('daa183690f1e2c097fa3bf27f320076e062b9f04daf6028d295da7f1f64ab184275299748d0b8f9d6cd4bdf2613839c5008439d3cf17512e0764488ccdd1b1ea')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Issues with PyQt, see https://github.com/jopohl/urh/issues/623
+  rm tests/{test_filter.py,test_plugins.py}
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}
+


[arch-commits] Commit in urh/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-04-23 Thread Filipe Laíns via arch-commits
Date: Tuesday, April 23, 2019 @ 08:30:45
  Author: ffy00
Revision: 453030

archrelease: copy trunk to community-x86_64

Added:
  urh/repos/community-x86_64/PKGBUILD
(from rev 453029, urh/trunk/PKGBUILD)
Deleted:
  urh/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  106 -
 1 file changed, 56 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-23 08:30:18 UTC (rev 453029)
+++ PKGBUILD2019-04-23 08:30:45 UTC (rev 453030)
@@ -1,50 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Pohl 
-
-pkgname=urh
-pkgver=2.5.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') # Optional
-checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
-optdepends=('airspy: for native airspy backend'
-'cython: for recompiling native backends right from inside URH'
-'hackrf: for native hackrf backend'
-'libuhd: for native USRP backend'
-'limesuite: for native LimeSDR backend'
-'rtl-sdr: for native RTL-SDR backend'
-'rfcat-hg: for rfcat plugin'
-'gnuradio: for USRP gnuradio backend'
-'gnuradio-osmosdr: for more gnuradio device backends'
-'python-pyaudio: for soundcard support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
-sha512sums=('73088f8606f3a1e554b784890f96b80bba467abecd8b6c788b440f98153c5fe913800ac1ac8c725d998e6197064b0e3298a62f6c9e46a6ddf1940102ef5bd475')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build build_ext
-  python src/urh/cythonext/build.py
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run pytest --boxed
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" -O1 --skip-build
-
-  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
-  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
-  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
-}
-

Copied: urh/repos/community-x86_64/PKGBUILD (from rev 453029, 
urh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-23 08:30:45 UTC (rev 453030)
@@ -0,0 +1,56 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.5.7
+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') # Optional
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
+optdepends=('airspy: for native airspy backend'
+'cython: for recompiling native backends right from inside URH'
+'hackrf: for native hackrf backend'
+'libuhd: for native USRP backend'
+'limesuite: for native LimeSDR backend'
+'rtl-sdr: for native RTL-SDR backend'
+'rfcat-hg: for rfcat plugin'
+'gnuradio: for USRP gnuradio backend'
+'gnuradio-osmosdr: for more gnuradio device backends'
+'python-pyaudio: for soundcard support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
+sha512sums=('69f1d38e6465794b3a226b397486afc63254e2aa5a6781bbec1d192a2b250a66324bb2644c98d474a5ce0bdb92dba99976514ca14fd17c769408cbdac7a6ae98')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  rm tests/{test_filter.py,test_plugins.py}
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}
+


[arch-commits] Commit in urh/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-01-24 Thread Filipe Laíns via arch-commits
Date: Thursday, January 24, 2019 @ 17:49:49
  Author: ffy00
Revision: 427557

archrelease: copy trunk to community-x86_64

Added:
  urh/repos/community-x86_64/PKGBUILD
(from rev 427556, urh/trunk/PKGBUILD)
Deleted:
  urh/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-24 17:49:42 UTC (rev 427556)
+++ PKGBUILD2019-01-24 17:49:49 UTC (rev 427557)
@@ -1,50 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Pohl 
-
-pkgname=urh
-pkgver=2.5.3
-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') # Optional
-checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
-optdepends=('airspy: for native airspy backend'
-'cython: for recompiling native backends right from inside URH'
-'hackrf: for native hackrf backend'
-'libuhd: for native USRP backend'
-'limesuite: for native LimeSDR backend'
-'rtl-sdr: for native RTL-SDR backend'
-'rfcat-hg: for rfcat plugin'
-'gnuradio: for USRP gnuradio backend'
-'gnuradio-osmosdr: for more gnuradio device backends'
-'python-pyaudio: for soundcard support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
-sha512sums=('47d262131224fb2d42b0f3894e299faffc1cfdb4543f22337480eb51677884d5e9191664a48b26a7c91ca5a9935b7e422dc02c1ced5d69848f52f8f58a14d7e5')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build build_ext
-  python src/urh/cythonext/build.py
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run pytest --boxed
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" -O1 --skip-build
-
-  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
-  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
-  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
-}
-

Copied: urh/repos/community-x86_64/PKGBUILD (from rev 427556, 
urh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-24 17:49:49 UTC (rev 427557)
@@ -0,0 +1,50 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.5.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') # Optional
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
+optdepends=('airspy: for native airspy backend'
+'cython: for recompiling native backends right from inside URH'
+'hackrf: for native hackrf backend'
+'libuhd: for native USRP backend'
+'limesuite: for native LimeSDR backend'
+'rtl-sdr: for native RTL-SDR backend'
+'rfcat-hg: for rfcat plugin'
+'gnuradio: for USRP gnuradio backend'
+'gnuradio-osmosdr: for more gnuradio device backends'
+'python-pyaudio: for soundcard support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
+sha512sums=('73088f8606f3a1e554b784890f96b80bba467abecd8b6c788b440f98153c5fe913800ac1ac8c725d998e6197064b0e3298a62f6c9e46a6ddf1940102ef5bd475')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}
+


[arch-commits] Commit in urh/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-23 Thread Filipe Laíns via arch-commits
Date: Sunday, December 23, 2018 @ 14:06:11
  Author: ffy00
Revision: 417621

archrelease: copy trunk to community-x86_64

Added:
  urh/repos/community-x86_64/PKGBUILD
(from rev 417620, urh/trunk/PKGBUILD)
Deleted:
  urh/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-23 14:05:59 UTC (rev 417620)
+++ PKGBUILD2018-12-23 14:06:11 UTC (rev 417621)
@@ -1,50 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Pohl 
-
-pkgname=urh
-pkgver=2.5.2
-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') # Optional
-checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
-optdepends=('airspy: for native airspy backend'
-'cython: for recompiling native backends right from inside URH'
-'hackrf: for native hackrf backend'
-'libuhd: for native USRP backend'
-'limesuite: for native LimeSDR backend'
-'rtl-sdr: for native RTL-SDR backend'
-'rfcat-hg: for rfcat plugin'
-'gnuradio: for USRP gnuradio backend'
-'gnuradio-osmosdr: for more gnuradio device backends'
-'python-pyaudio: for soundcard support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
-sha512sums=('9d37733848af82975196e1748a433797630e2e52e4ba6dc472da4d2cafec3244f31b6f531e84e5d54ff266fa489d45f5b3caca504d0a71980c5f1249e19d77d4')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build build_ext
-  python src/urh/cythonext/build.py
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run pytest --boxed
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" -O1 --skip-build
-
-  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
-  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
-  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
-}
-

Copied: urh/repos/community-x86_64/PKGBUILD (from rev 417620, 
urh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-23 14:06:11 UTC (rev 417621)
@@ -0,0 +1,50 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.5.3
+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') # Optional
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
+optdepends=('airspy: for native airspy backend'
+'cython: for recompiling native backends right from inside URH'
+'hackrf: for native hackrf backend'
+'libuhd: for native USRP backend'
+'limesuite: for native LimeSDR backend'
+'rtl-sdr: for native RTL-SDR backend'
+'rfcat-hg: for rfcat plugin'
+'gnuradio: for USRP gnuradio backend'
+'gnuradio-osmosdr: for more gnuradio device backends'
+'python-pyaudio: for soundcard support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
+sha512sums=('47d262131224fb2d42b0f3894e299faffc1cfdb4543f22337480eb51677884d5e9191664a48b26a7c91ca5a9935b7e422dc02c1ced5d69848f52f8f58a14d7e5')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}
+


[arch-commits] Commit in urh/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-18 Thread Filipe Laíns via arch-commits
Date: Tuesday, December 18, 2018 @ 22:08:59
  Author: ffy00
Revision: 416745

archrelease: copy trunk to community-x86_64

Added:
  urh/repos/community-x86_64/PKGBUILD
(from rev 416744, urh/trunk/PKGBUILD)
Deleted:
  urh/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-18 22:08:54 UTC (rev 416744)
+++ PKGBUILD2018-12-18 22:08:59 UTC (rev 416745)
@@ -1,50 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Pohl 
-
-pkgname=urh
-pkgver=2.5.1
-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') # Optional
-checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
-optdepends=('airspy: for native airspy backend'
-'cython: for recompiling native backends right from inside URH'
-'hackrf: for native hackrf backend'
-'libuhd: for native USRP backend'
-'limesuite: for native LimeSDR backend'
-'rtl-sdr: for native RTL-SDR backend'
-'rfcat-hg: for rfcat plugin'
-'gnuradio: for USRP gnuradio backend'
-'gnuradio-osmosdr: for more gnuradio device backends'
-'python-pyaudio: for soundcard support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
-sha512sums=('ad945b64526414116ed584b6bbe34305376687325e7984e1c199c81cc98999eb9aa224be5420a2fdf7a25ea963dadfdc97ef12d71fdb7e6f7bc8249a70af559b')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build build_ext
-  python src/urh/cythonext/build.py
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run pytest --boxed
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" -O1 --skip-build
-
-  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
-  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
-  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
-}
-

Copied: urh/repos/community-x86_64/PKGBUILD (from rev 416744, 
urh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-18 22:08:59 UTC (rev 416745)
@@ -0,0 +1,50 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.5.2
+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') # Optional
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
+optdepends=('airspy: for native airspy backend'
+'cython: for recompiling native backends right from inside URH'
+'hackrf: for native hackrf backend'
+'libuhd: for native USRP backend'
+'limesuite: for native LimeSDR backend'
+'rtl-sdr: for native RTL-SDR backend'
+'rfcat-hg: for rfcat plugin'
+'gnuradio: for USRP gnuradio backend'
+'gnuradio-osmosdr: for more gnuradio device backends'
+'python-pyaudio: for soundcard support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
+sha512sums=('9d37733848af82975196e1748a433797630e2e52e4ba6dc472da4d2cafec3244f31b6f531e84e5d54ff266fa489d45f5b3caca504d0a71980c5f1249e19d77d4')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}
+


[arch-commits] Commit in urh/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-11-27 Thread Filipe Laíns via arch-commits
Date: Tuesday, November 27, 2018 @ 22:48:25
  Author: ffy00
Revision: 410223

archrelease: copy trunk to community-x86_64

Added:
  urh/repos/community-x86_64/PKGBUILD
(from rev 410222, urh/trunk/PKGBUILD)
Deleted:
  urh/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-27 22:48:14 UTC (rev 410222)
+++ PKGBUILD2018-11-27 22:48:25 UTC (rev 410223)
@@ -1,50 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Pohl 
-
-pkgname=urh
-pkgver=2.4.2
-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') # Optional
-checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
-optdepends=('airspy: for native airspy backend'
-'cython: for recompiling native backends right from inside URH'
-'hackrf: for native hackrf backend'
-'libuhd: for native USRP backend'
-'limesuite: for native LimeSDR backend'
-'rtl-sdr: for native RTL-SDR backend'
-'rfcat-hg: for rfcat plugin'
-'gnuradio: for USRP gnuradio backend'
-'gnuradio-osmosdr: for more gnuradio device backends'
-'python-pyaudio: for soundcard support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
-sha512sums=('5910c3ceeaf00dd6b195f55d3473011d0a29f932f49ec26c7676d74a64c4e691fcd54a43ec4d0181d10b8ce84e8934bf177248a3105ead8fface550db03eae6e')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build build_ext
-  python src/urh/cythonext/build.py
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run pytest --boxed
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" -O1 --skip-build
-
-  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
-  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
-  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
-}
-

Copied: urh/repos/community-x86_64/PKGBUILD (from rev 410222, 
urh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-27 22:48:25 UTC (rev 410223)
@@ -0,0 +1,50 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.5.1
+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') # Optional
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
+optdepends=('airspy: for native airspy backend'
+'cython: for recompiling native backends right from inside URH'
+'hackrf: for native hackrf backend'
+'libuhd: for native USRP backend'
+'limesuite: for native LimeSDR backend'
+'rtl-sdr: for native RTL-SDR backend'
+'rfcat-hg: for rfcat plugin'
+'gnuradio: for USRP gnuradio backend'
+'gnuradio-osmosdr: for more gnuradio device backends'
+'python-pyaudio: for soundcard support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
+sha512sums=('ad945b64526414116ed584b6bbe34305376687325e7984e1c199c81cc98999eb9aa224be5420a2fdf7a25ea963dadfdc97ef12d71fdb7e6f7bc8249a70af559b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}
+


[arch-commits] Commit in urh/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-11-11 Thread Filipe Laíns via arch-commits
Date: Sunday, November 11, 2018 @ 14:30:32
  Author: ffy00
Revision: 406369

archrelease: copy trunk to community-x86_64

Added:
  urh/repos/community-x86_64/PKGBUILD
(from rev 406368, urh/trunk/PKGBUILD)
Deleted:
  urh/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-11 14:30:26 UTC (rev 406368)
+++ PKGBUILD2018-11-11 14:30:32 UTC (rev 406369)
@@ -1,50 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Pohl 
-
-pkgname=urh
-pkgver=2.4.1
-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') # Optional
-checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
-optdepends=('airspy: for native airspy backend'
-'cython: for recompiling native backends right from inside URH'
-'hackrf: for native hackrf backend'
-'libuhd: for native USRP backend'
-'limesuite: for native LimeSDR backend'
-'rtl-sdr: for native RTL-SDR backend'
-'rfcat-hg: for rfcat plugin'
-'gnuradio: for USRP gnuradio backend'
-'gnuradio-osmosdr: for more gnuradio device backends'
-'python-pyaudio: for soundcard support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
-sha512sums=('54a530af822e2a700128ec435a3cfac42c2a82b685750fed8b96dce13f7ad70e28bb4f994919654657d6a9d5a91ba5921ebe3516a8e0aab4e748afac1622fb3a')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build build_ext
-  python src/urh/cythonext/build.py
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run pytest --boxed
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" -O1 --skip-build
-
-  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
-  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
-  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
-}
-

Copied: urh/repos/community-x86_64/PKGBUILD (from rev 406368, 
urh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-11 14:30:32 UTC (rev 406369)
@@ -0,0 +1,50 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.4.2
+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') # Optional
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
+optdepends=('airspy: for native airspy backend'
+'cython: for recompiling native backends right from inside URH'
+'hackrf: for native hackrf backend'
+'libuhd: for native USRP backend'
+'limesuite: for native LimeSDR backend'
+'rtl-sdr: for native RTL-SDR backend'
+'rfcat-hg: for rfcat plugin'
+'gnuradio: for USRP gnuradio backend'
+'gnuradio-osmosdr: for more gnuradio device backends'
+'python-pyaudio: for soundcard support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
+sha512sums=('5910c3ceeaf00dd6b195f55d3473011d0a29f932f49ec26c7676d74a64c4e691fcd54a43ec4d0181d10b8ce84e8934bf177248a3105ead8fface550db03eae6e')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}
+


[arch-commits] Commit in urh/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-10-23 Thread Filipe Laíns via arch-commits
Date: Tuesday, October 23, 2018 @ 18:42:38
  Author: ffy00
Revision: 398711

archrelease: copy trunk to community-x86_64

Added:
  urh/repos/community-x86_64/PKGBUILD
(from rev 398710, urh/trunk/PKGBUILD)
Deleted:
  urh/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-23 18:42:33 UTC (rev 398710)
+++ PKGBUILD2018-10-23 18:42:38 UTC (rev 398711)
@@ -1,50 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Pohl 
-
-pkgname=urh
-pkgver=2.4.0
-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') # Optional
-checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
-optdepends=('airspy: for native airspy backend'
-'cython: for recompiling native backends right from inside URH'
-'hackrf: for native hackrf backend'
-'libuhd: for native USRP backend'
-'limesuite: for native LimeSDR backend'
-'rtl-sdr: for native RTL-SDR backend'
-'rfcat-hg: for rfcat plugin'
-'gnuradio: for USRP gnuradio backend'
-'gnuradio-osmosdr: for more gnuradio device backends'
-'python-pyaudio: for soundcard support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
-sha512sums=('e4207e1f8c2ef532d4637ea40d68d980f5d6a404cc6f4b5d65be2fa02c36bdca89b5f7b9a120d7ca075b095c74dc62fa6f39337f767f86d8561a4e935a482797')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build build_ext
-  python src/urh/cythonext/build.py
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run pytest --boxed
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" -O1 --skip-build
-
-  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
-  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
-  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
-}
-

Copied: urh/repos/community-x86_64/PKGBUILD (from rev 398710, 
urh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-23 18:42:38 UTC (rev 398711)
@@ -0,0 +1,50 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.4.1
+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') # Optional
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
+optdepends=('airspy: for native airspy backend'
+'cython: for recompiling native backends right from inside URH'
+'hackrf: for native hackrf backend'
+'libuhd: for native USRP backend'
+'limesuite: for native LimeSDR backend'
+'rtl-sdr: for native RTL-SDR backend'
+'rfcat-hg: for rfcat plugin'
+'gnuradio: for USRP gnuradio backend'
+'gnuradio-osmosdr: for more gnuradio device backends'
+'python-pyaudio: for soundcard support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
+sha512sums=('54a530af822e2a700128ec435a3cfac42c2a82b685750fed8b96dce13f7ad70e28bb4f994919654657d6a9d5a91ba5921ebe3516a8e0aab4e748afac1622fb3a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}
+


[arch-commits] Commit in urh/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-10-20 Thread Filipe Laíns via arch-commits
Date: Saturday, October 20, 2018 @ 16:43:10
  Author: ffy00
Revision: 398095

archrelease: copy trunk to community-x86_64

Added:
  urh/repos/community-x86_64/PKGBUILD
(from rev 398094, urh/trunk/PKGBUILD)
Deleted:
  urh/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-20 16:43:05 UTC (rev 398094)
+++ PKGBUILD2018-10-20 16:43:10 UTC (rev 398095)
@@ -1,50 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Pohl 
-
-pkgname=urh
-pkgver=2.3.0
-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') # Optional
-checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
-optdepends=('airspy: for native airspy backend'
-'cython: for recompiling native backends right from inside URH'
-'hackrf: for native hackrf backend'
-'libuhd: for native USRP backend'
-'limesuite: for native LimeSDR backend'
-'rtl-sdr: for native RTL-SDR backend'
-'rfcat-hg: for rfcat plugin'
-'gnuradio: for USRP gnuradio backend'
-'gnuradio-osmosdr: for more gnuradio device backends'
-'python-pyaudio: for soundcard support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
-sha512sums=('eaa1c8cafa3724d50d308137352b472ab33e9321e6cb67695455e8acf5d6cd297f0e779cd623fee181084f5bcb3a538f4c832f3089fb52e696db9e68ac499098')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build build_ext
-  python src/urh/cythonext/build.py
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run pytest --boxed
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" -O1 --skip-build
-
-  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
-  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
-  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
-}
-

Copied: urh/repos/community-x86_64/PKGBUILD (from rev 398094, 
urh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-20 16:43:10 UTC (rev 398095)
@@ -0,0 +1,50 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.4.0
+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') # Optional
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
+optdepends=('airspy: for native airspy backend'
+'cython: for recompiling native backends right from inside URH'
+'hackrf: for native hackrf backend'
+'libuhd: for native USRP backend'
+'limesuite: for native LimeSDR backend'
+'rtl-sdr: for native RTL-SDR backend'
+'rfcat-hg: for rfcat plugin'
+'gnuradio: for USRP gnuradio backend'
+'gnuradio-osmosdr: for more gnuradio device backends'
+'python-pyaudio: for soundcard support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
+sha512sums=('e4207e1f8c2ef532d4637ea40d68d980f5d6a404cc6f4b5d65be2fa02c36bdca89b5f7b9a120d7ca075b095c74dc62fa6f39337f767f86d8561a4e935a482797')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}
+


[arch-commits] Commit in urh/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-09-28 Thread Filipe Laíns via arch-commits
Date: Friday, September 28, 2018 @ 15:25:35
  Author: ffy00
Revision: 387307

archrelease: copy trunk to community-x86_64

Added:
  urh/repos/community-x86_64/PKGBUILD
(from rev 387306, urh/trunk/PKGBUILD)
Deleted:
  urh/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-28 15:25:28 UTC (rev 387306)
+++ PKGBUILD2018-09-28 15:25:35 UTC (rev 387307)
@@ -1,50 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Pohl 
-
-pkgname=urh
-pkgver=2.2.4
-pkgrel=4
-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') # Optional
-checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
-optdepends=('airspy: for native airspy backend'
-'cython: for recompiling native backends right from inside URH'
-'hackrf: for native hackrf backend'
-'libuhd: for native USRP backend'
-'limesuite: for native LimeSDR backend'
-'rtl-sdr: for native RTL-SDR backend'
-'rfcat-hg: for rfcat plugin'
-'gnuradio: for USRP gnuradio backend'
-'gnuradio-osmosdr: for more gnuradio device backends'
-'python-pyaudio: for soundcard support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
-sha512sums=('082cb70aa2594d92c8334dd0676bbe05f087a9f5d79ae526330fcac3c782467135b3eb987de8571b7ae9a53b2d32c1ccba4dbb0515b52a73b3c0358790792e33')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build build_ext
-  python src/urh/cythonext/build.py
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run pytest --boxed
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" -O1 --skip-build
-
-  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
-  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
-  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
-}
-

Copied: urh/repos/community-x86_64/PKGBUILD (from rev 387306, 
urh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-28 15:25:35 UTC (rev 387307)
@@ -0,0 +1,50 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.3.0
+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') # Optional
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
+optdepends=('airspy: for native airspy backend'
+'cython: for recompiling native backends right from inside URH'
+'hackrf: for native hackrf backend'
+'libuhd: for native USRP backend'
+'limesuite: for native LimeSDR backend'
+'rtl-sdr: for native RTL-SDR backend'
+'rfcat-hg: for rfcat plugin'
+'gnuradio: for USRP gnuradio backend'
+'gnuradio-osmosdr: for more gnuradio device backends'
+'python-pyaudio: for soundcard support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
+sha512sums=('eaa1c8cafa3724d50d308137352b472ab33e9321e6cb67695455e8acf5d6cd297f0e779cd623fee181084f5bcb3a538f4c832f3089fb52e696db9e68ac499098')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}
+


[arch-commits] Commit in urh/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-09-14 Thread Filipe Laíns via arch-commits
Date: Friday, September 14, 2018 @ 16:56:42
  Author: ffy00
Revision: 380920

archrelease: copy trunk to community-x86_64

Added:
  urh/repos/community-x86_64/PKGBUILD
(from rev 380919, urh/trunk/PKGBUILD)
Deleted:
  urh/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  101 ++---
 1 file changed, 50 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-14 16:56:37 UTC (rev 380919)
+++ PKGBUILD2018-09-14 16:56:42 UTC (rev 380920)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Pohl 
-
-pkgname=urh
-pkgver=2.2.4
-pkgrel=3
-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')
-makedepends=('gcc' 'python-setuptools' 'cython'
- 'airspy' 'hackrf' 'libuhd' 'limesuite' 'rtl-sdr')
-checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
-optdepends=('airspy: for native airspy backend'
-'cython: for recompiling native backends right from inside URH'
-'hackrf: for native hackrf backend'
-'libuhd: for native USRP backend'
-'limesuite: for native LimeSDR backend'
-'rtl-sdr: for native RTL-SDR backend'
-'rfcat-hg: for rfcat plugin'
-'gnuradio: for USRP gnuradio backend'
-'gnuradio-osmosdr: for more gnuradio device backends'
-'python-pyaudio: for soundcard support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
-sha512sums=('082cb70aa2594d92c8334dd0676bbe05f087a9f5d79ae526330fcac3c782467135b3eb987de8571b7ae9a53b2d32c1ccba4dbb0515b52a73b3c0358790792e33')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build build_ext
-  python src/urh/cythonext/build.py
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run pytest --boxed
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
-  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
-  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README.md
-}
-

Copied: urh/repos/community-x86_64/PKGBUILD (from rev 380919, 
urh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-14 16:56:42 UTC (rev 380920)
@@ -0,0 +1,50 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.2.4
+pkgrel=4
+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') # Optional
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
+optdepends=('airspy: for native airspy backend'
+'cython: for recompiling native backends right from inside URH'
+'hackrf: for native hackrf backend'
+'libuhd: for native USRP backend'
+'limesuite: for native LimeSDR backend'
+'rtl-sdr: for native RTL-SDR backend'
+'rfcat-hg: for rfcat plugin'
+'gnuradio: for USRP gnuradio backend'
+'gnuradio-osmosdr: for more gnuradio device backends'
+'python-pyaudio: for soundcard support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
+sha512sums=('082cb70aa2594d92c8334dd0676bbe05f087a9f5d79ae526330fcac3c782467135b3eb987de8571b7ae9a53b2d32c1ccba4dbb0515b52a73b3c0358790792e33')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}
+


[arch-commits] Commit in urh/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-09-05 Thread Filipe Laíns via arch-commits
Date: Wednesday, September 5, 2018 @ 19:31:54
  Author: ffy00
Revision: 377003

archrelease: copy trunk to community-x86_64

Added:
  urh/repos/community-x86_64/PKGBUILD
(from rev 377002, urh/trunk/PKGBUILD)
Deleted:
  urh/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-05 19:31:49 UTC (rev 377002)
+++ PKGBUILD2018-09-05 19:31:54 UTC (rev 377003)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Pohl 
-
-pkgname=urh
-pkgver=2.2.4
-pkgrel=2
-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')
-makedepends=('gcc' 'python-setuptools' 'cython'
- 'airspy' 'hackrf' 'libuhd' 'limesuite' 'rtl-sdr')
-checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
-optdepends=('airspy: for native airspy backend'
-'cython: for recompiling native backends right from inside URH'
-'hackrf: for native hackrf backend'
-'libuhd: for native USRP backend'
-'limesuite: for native LimeSDR backend'
-'rtl-sdr: for native RTL-SDR backend'
-'rfcat-hg: for rfcat plugin'
-'gnuradio: for USRP gnuradio backend'
-'gnuradio-osmosdr: for more gnuradio device backends'
-'python-pyaudio: for soundcard support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
-sha512sums=('082cb70aa2594d92c8334dd0676bbe05f087a9f5d79ae526330fcac3c782467135b3eb987de8571b7ae9a53b2d32c1ccba4dbb0515b52a73b3c0358790792e33')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build build_ext
-  python src/urh/cythonext/build.py
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run pytest --boxed
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
-  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
-  install -Dm 644 README.md "$pkgdir"/usr/share/docs/$pkgname/README.md
-}
-

Copied: urh/repos/community-x86_64/PKGBUILD (from rev 377002, 
urh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-05 19:31:54 UTC (rev 377003)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.2.4
+pkgrel=3
+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')
+makedepends=('gcc' 'python-setuptools' 'cython'
+ 'airspy' 'hackrf' 'libuhd' 'limesuite' 'rtl-sdr')
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
+optdepends=('airspy: for native airspy backend'
+'cython: for recompiling native backends right from inside URH'
+'hackrf: for native hackrf backend'
+'libuhd: for native USRP backend'
+'limesuite: for native LimeSDR backend'
+'rtl-sdr: for native RTL-SDR backend'
+'rfcat-hg: for rfcat plugin'
+'gnuradio: for USRP gnuradio backend'
+'gnuradio-osmosdr: for more gnuradio device backends'
+'python-pyaudio: for soundcard support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
+sha512sums=('082cb70aa2594d92c8334dd0676bbe05f087a9f5d79ae526330fcac3c782467135b3eb987de8571b7ae9a53b2d32c1ccba4dbb0515b52a73b3c0358790792e33')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README.md
+}
+