From 1eb078bfcf1d7043143d4b8531d8e61c45e262a8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:47 -0400 Subject: [PATCH] gnuradio: rebuild for Python 3.9, drop noarch --- srcpkgs/gnuradio/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/gnuradio/template b/srcpkgs/gnuradio/template index 8c7c6e80eee..b9239141800 100644 --- a/srcpkgs/gnuradio/template +++ b/srcpkgs/gnuradio/template @@ -1,7 +1,7 @@ # Template file for 'gnuradio'. pkgname=gnuradio version=3.8.0.0 -revision=4 +revision=5 build_style=cmake conf_files="/etc/gnuradio/conf.d/*" configure_args="-DENABLE_INTERNAL_VOLK=OFF -DGR_PYTHON_DIR=/${py3_sitelib}" @@ -31,7 +31,6 @@ post_install() { gnuradio-doc_package() { short_desc+=" - documentation" - archs=noarch pkg_install() { vmove usr/share/doc }