diff --git a/srcpkgs/asciinema/template b/srcpkgs/asciinema/template index b77e97b2551..b3473adce95 100644 --- a/srcpkgs/asciinema/template +++ b/srcpkgs/asciinema/template @@ -1,13 +1,11 @@ # Template file for 'asciinema' pkgname=asciinema version=1.3.0 -revision=1 +revision=2 noarch=yes -build_style=python-module -python_versions="3.4" # Python >= 3 required time of writing -pycompile_version="3.4" +build_style=python3-module pycompile_module="asciinema" -hostmakedepends="python3.4-setuptools" +hostmakedepends="python3-setuptools" depends="${hostmakedepends}" short_desc="Record and share your terminal sessions, the right way" maintainer="Toyam Cox "