Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
urh
Commits:
0f022cee by Jelle van der Waa at 2024-05-05T16:40:00+02:00
Build with non legacy version of cython
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = urh
pkgdesc = Universal Radio Hacker: investigate wireless protocols like a
boss
pkgver = 2.9.6
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/jopohl/urh
arch = x86_64
license = GPL3
checkdepends = python-pytest-xdist
checkdepends = xorg-server-xvfb
- makedepends = cython0
+ makedepends = cython
makedepends = gcc
makedepends = python-setuptools
makedepends = airspy
=====================================
PKGBUILD
=====================================
@@ -3,13 +3,13 @@
pkgname=urh
pkgver=2.9.6
-pkgrel=3
+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')
-makedepends=('cython0' 'gcc' 'python-setuptools' 'airspy' 'hackrf' 'libuhd'
'limesuite' 'rtl-sdr' 'bladerf' 'libiio')
+makedepends=('cython' 'gcc' 'python-setuptools' 'airspy' 'hackrf' 'libuhd'
'limesuite' 'rtl-sdr' 'bladerf' 'libiio')
checkdepends=('python-pytest-xdist' 'xorg-server-xvfb')
optdepends=('airspy: Airspy backend'
'cython: compiling native modules inside URH'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/urh/-/commit/0f022cee4c335662966f5d8c44429af73c0c64f3
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/urh/-/commit/0f022cee4c335662966f5d8c44429af73c0c64f3
You're receiving this email because of your account on gitlab.archlinux.org.