From 1967e300f7365c8a92d0cab9103a7c38a16cd8f8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:39 -0400 Subject: [PATCH] bCNC: rebuild for Python 3.9, drop noarch --- srcpkgs/bCNC/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/bCNC/template b/srcpkgs/bCNC/template index 2e715c512a9..97abf12b4f7 100644 --- a/srcpkgs/bCNC/template +++ b/srcpkgs/bCNC/template @@ -1,8 +1,7 @@ # Template file for 'bCNC' pkgname=bCNC version=0.9.14.306 -revision=2 -archs=noarch +revision=3 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-pyserial python3-Pillow python3-tkinter python3-numpy python3-scipy"