From 7c020651959da2e7744bb9d448e790ecf3e34681 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:50 -0400 Subject: [PATCH] weather: rebuild for Python 3.9, drop noarch --- srcpkgs/weather/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/weather/template b/srcpkgs/weather/template index b12f1578b92..e56980adc5b 100644 --- a/srcpkgs/weather/template +++ b/srcpkgs/weather/template @@ -1,8 +1,7 @@ # Template file for 'weather' pkgname=weather version=2.4.1 -revision=1 -archs=noarch +revision=2 depends="python3" conf_files="/etc/weatherrc" short_desc="CLI utility for current (METAR) weather conditions and forecasts"