diff --git a/srcpkgs/python-icalendar/template b/srcpkgs/python-icalendar/template index faa3f3f7b27..1e23dad3ee3 100644 --- a/srcpkgs/python-icalendar/template +++ b/srcpkgs/python-icalendar/template @@ -1,7 +1,7 @@ # Template file for 'python-icalendar' pkgname=python-icalendar version=3.9.1 -revision=1 +revision=2 wrksrc=icalendar-${version} noarch=yes build_style=python-module @@ -26,7 +26,7 @@ python3.4-icalendar_package() { pycompile_version="3.4" depends="python3.4-dateutil python3.4-pytz" short_desc="${short_desc/Python2/Python3.4}" - post_install() { + pkg_install() { vmove usr/lib/python3.4 vlicense LICENSE.rst LICENSE }