TwitchNotifier: switch to python3-module

This commit is contained in:
Alessio Sergi 2016-10-16 22:36:04 +02:00
parent bccda6fa03
commit a38320572e
1 changed files with 7 additions and 8 deletions

View File

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