From c70c25639a375dc00e380755035f3f5a7f2e36e5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:04:14 -0400 Subject: [PATCH] TwitchNotifier: rebuild for Python 3.12 --- srcpkgs/TwitchNotifier/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/TwitchNotifier/template b/srcpkgs/TwitchNotifier/template index 4e955880c21..67297ac1660 100644 --- a/srcpkgs/TwitchNotifier/template +++ b/srcpkgs/TwitchNotifier/template @@ -1,9 +1,9 @@ # Template file for 'TwitchNotifier' pkgname=TwitchNotifier version=0.5 -revision=6 +revision=7 build_style=python3-module -hostmakedepends="python3-devel" +hostmakedepends="python3-devel python3-setuptools" makedepends="python3-devel" depends="python3-gobject python3-requests libnotify" short_desc="Daemon that notifies you about your followed channels on Twitch.TV"