diff --git a/srcpkgs/urlwatch/template b/srcpkgs/urlwatch/template index e60efb1184d..28b50030af7 100644 --- a/srcpkgs/urlwatch/template +++ b/srcpkgs/urlwatch/template @@ -1,15 +1,13 @@ # Template file for 'urlwatch' pkgname=urlwatch version=2.5 -revision=1 +revision=2 noarch=yes -build_style=python-module -python_versions="3.4" -pycompile_version="3.4" +build_style=python3-module pycompile_module="urlwatch" -hostmakedepends="python3.4-setuptools" -depends="python3.4-keyring python3.4-requests python3.4-yaml python3.4-minidb" -short_desc="A tool for monitoring webpages for updates" +hostmakedepends="python3-setuptools" +depends="python3-keyring python3-requests python3-yaml python3-minidb" +short_desc="Tool for monitoring webpages for updates" maintainer="Eivind Uggedal " license="BSD" homepage="http://thp.io/2008/urlwatch/"