TwitchNotifier: switch to python3-module

This commit is contained in:
Alessio Sergi 2016-10-16 22:36:04 +02:00
parent bccda6fa03
commit a38320572e

View file

@ -1,12 +1,11 @@
# Template file for 'TwitchNotifier' # Template file for 'TwitchNotifier'
pkgname="TwitchNotifier" pkgname=TwitchNotifier
version="0.4.2" version=0.4.2
revision=1 revision=2
build_style=python-module build_style=python3-module
hostmakedepends="python3.4-devel" hostmakedepends="python3-devel"
makedepends="python3.4-devel" makedepends="python3-devel"
depends="python3.4-gobject python3.4-requests libnotify" depends="python3-gobject python3-requests libnotify"
python_versions="3.4"
noarch=yes noarch=yes
short_desc="Daemon that notifies you about your followed channels on Twitch.TV" short_desc="Daemon that notifies you about your followed channels on Twitch.TV"
maintainer="Giedrius Statkevičius <giedriuswork@gmail.com>" maintainer="Giedrius Statkevičius <giedriuswork@gmail.com>"