TwitchNotifier: switch to python3-module
This commit is contained in:
parent
bccda6fa03
commit
a38320572e
1 changed files with 7 additions and 8 deletions
|
@ -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>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue