mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
urh: update to 2.9.4
This commit is contained in:
parent
64a6fa2060
commit
626b088b0b
1 changed files with 6 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'urh'
|
# Template file for 'urh'
|
||||||
pkgname=urh
|
pkgname=urh
|
||||||
version=2.9.3
|
version=2.9.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-Cython python3-numpy"
|
hostmakedepends="python3-setuptools python3-Cython python3-numpy"
|
||||||
|
@ -8,13 +8,15 @@ makedepends="python3-devel python3-PyQt5 libairspy-devel librtlsdr-devel
|
||||||
libhackrf-devel uhd-devel libgomp-devel"
|
libhackrf-devel uhd-devel libgomp-devel"
|
||||||
depends="python3-numpy python3-PyQt5 python3-Cython python3-psutil
|
depends="python3-numpy python3-PyQt5 python3-Cython python3-psutil
|
||||||
python3-setuptools"
|
python3-setuptools"
|
||||||
|
checkdepends="$depends"
|
||||||
short_desc="Universal Radio Hacker: investigate unknown wireless protocols"
|
short_desc="Universal Radio Hacker: investigate unknown wireless protocols"
|
||||||
maintainer="Emil Miler <em@0x45.cz>"
|
maintainer="Emil Miler <em@0x45.cz>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/jopohl/urh"
|
homepage="https://github.com/jopohl/urh"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
changelog="https://github.com/jopohl/urh/releases"
|
||||||
checksum=a36dd3ff79f66cc0a746a0b57aaf278c86dda7c091a3b10682fe4fcaa7e91586
|
distfiles="https://github.com/jopohl/urh/archive/refs/tags/v${version}.tar.gz"
|
||||||
make_check=no # tests/test_advanced_modulation_settings.py Aborted (core dumped)
|
checksum=d2d31df8819489910e95451dcb8faf3aa5c371da65bd9df3a4712e532186b67f
|
||||||
|
make_check=no # Test suite is taking too long and CI times out
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall data/urh.desktop 644 usr/share/applications
|
vinstall data/urh.desktop 644 usr/share/applications
|
||||||
|
|
Loading…
Add table
Reference in a new issue