From 7fa5df89e99f18df001cc0da77c14a9d89a3b765 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:38 -0400 Subject: [PATCH] TwitchNotifier: rebuild for Python 3.10 --- srcpkgs/TwitchNotifier/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/TwitchNotifier/template b/srcpkgs/TwitchNotifier/template index 39a8c31c904..b5fbfed27af 100644 --- a/srcpkgs/TwitchNotifier/template +++ b/srcpkgs/TwitchNotifier/template @@ -1,7 +1,7 @@ # Template file for 'TwitchNotifier' pkgname=TwitchNotifier version=0.5 -revision=4 +revision=5 build_style=python3-module hostmakedepends="python3-devel" makedepends="python3-devel"