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

Filipe Laíns ffy00 at archlinux.org
Thu Sep 5 10:37:48 UTC 2019


    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
===================================================================
--- PKGBUILD	2019-09-05 10:37:32 UTC (rev 508190)
+++ PKGBUILD	2019-09-05 10:37:47 UTC (rev 508191)
@@ -1,56 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinuc.org>
-# Contributor: Johannes Pohl <johannes.pohl90 at gmail.com>
-
-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)
+++ PKGBUILD	2019-09-05 10:37:47 UTC (rev 508191)
@@ -0,0 +1,56 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinuc.org>
+# Contributor: Johannes Pohl <johannes.pohl90 at gmail.com>
+
+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
+}
+



More information about the arch-commits mailing list