Date: Tuesday, April 23, 2019 @ 08:30:18 Author: ffy00 Revision: 453029
upgpkg: urh 2.5.7-1 Modified: urh/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-23 06:44:33 UTC (rev 453028) +++ PKGBUILD 2019-04-23 08:30:18 UTC (rev 453029) @@ -2,7 +2,7 @@ # Contributor: Johannes Pohl <[email protected]> pkgname=urh -pkgver=2.5.5 +pkgver=2.5.7 pkgrel=1 pkgdesc='Universal Radio Hacker: investigate wireless protocols like a boss' arch=('x86_64') @@ -23,8 +23,14 @@ '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') +sha512sums=('69f1d38e6465794b3a226b397486afc63254e2aa5a6781bbec1d192a2b250a66324bb2644c98d474a5ce0bdb92dba99976514ca14fd17c769408cbdac7a6ae98') +prepare() { + cd $pkgname-$pkgver + + rm tests/{test_filter.py,test_plugins.py} +} + build() { cd $pkgname-$pkgver
