[arch-commits] Commit in urh/repos/community-x86_64 (PKGBUILD PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Mon Mar 9 08:54:34 UTC 2020
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
===================================================================
--- PKGBUILD 2020-03-09 08:54:16 UTC (rev 592757)
+++ PKGBUILD 2020-03-09 08:54:33 UTC (rev 592758)
@@ -1,48 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinuc.org>
-# Contributor: Johannes Pohl <johannes.pohl90 at gmail.com>
-
-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)
+++ PKGBUILD 2020-03-09 08:54:33 UTC (rev 592758)
@@ -0,0 +1,48 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinuc.org>
+# Contributor: Johannes Pohl <johannes.pohl90 at gmail.com>
+
+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
+}
+
More information about the arch-commits
mailing list