From a38320572e739d23dd5db0b93c5432fbe0a303a7 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 16 Oct 2016 22:36:04 +0200 Subject: [PATCH] TwitchNotifier: switch to python3-module --- srcpkgs/TwitchNotifier/template | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/srcpkgs/TwitchNotifier/template b/srcpkgs/TwitchNotifier/template index 66054db33e7..e0fea6f0f80 100644 --- a/srcpkgs/TwitchNotifier/template +++ b/srcpkgs/TwitchNotifier/template @@ -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 "