diff --git a/srcpkgs/python-podcastparser/template b/srcpkgs/python-podcastparser/template index 7d837c4f736..4f8ea2368a7 100644 --- a/srcpkgs/python-podcastparser/template +++ b/srcpkgs/python-podcastparser/template @@ -1,13 +1,12 @@ # Template file for 'python-podcastparser' pkgname=python-podcastparser version=0.6.4 -revision=1 +revision=2 noarch=yes -wrksrc=podcastparser-${version} +wrksrc="podcastparser-${version}" build_style=python-module -pycompile_module="podcastparser" +pycompile_module="podcastparser.py" hostmakedepends="python-devel python3-devel" -makedepends="python-devel python3-devel" depends="python" short_desc="Simplified, fast RSS parsing library (Python2)" maintainer="bra1nwave " @@ -22,7 +21,7 @@ post_install() { python3-podcastparser_package() { short_desc="${short_desc/Python2/Python3}" - pycompile_module="podcastparser" + pycompile_module="podcastparser.py" noarch=yes depends="python3" pkg_install() {