From 59471e9e47fa44d17b217ffa8e94974ac2629371 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:52 -0400 Subject: [PATCH] mopidy: rebuild for Python 3.9, drop noarch --- srcpkgs/mopidy/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/mopidy/template b/srcpkgs/mopidy/template index c3497f3b88d..dda7bcfc7d1 100644 --- a/srcpkgs/mopidy/template +++ b/srcpkgs/mopidy/template @@ -1,8 +1,7 @@ # Template file for 'mopidy' pkgname=mopidy version=3.0.1 -revision=2 -archs=noarch +revision=3 wrksrc="Mopidy-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme python3-pykka"