TwitchNotifier: rebuild for Python 3.12

This commit is contained in:
Andrew J. Hesford 2023-09-23 21:04:14 -04:00
parent b2ad97d9a2
commit c70c25639a
1 changed files with 2 additions and 2 deletions

View File

@ -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"