diff --git a/srcpkgs/python-tmuxp/template b/srcpkgs/python-tmuxp/template index 97723d7ad7c..671d243a749 100644 --- a/srcpkgs/python-tmuxp/template +++ b/srcpkgs/python-tmuxp/template @@ -1,8 +1,8 @@ # Template file for 'python-tmuxp' pkgname=python-tmuxp -version=1.5.0 +version=1.5.1 revision=1 -noarch=yes +archs=noarch wrksrc="tmuxp-${version}" build_style=python-module pycompile_module="tmuxp" @@ -13,7 +13,7 @@ maintainer="Alexander Egorenkov " license="MIT" homepage="https://github.com/tmux-python/tmuxp/" distfiles="${PYPI_SITE}/t/tmuxp/tmuxp-${version}.tar.gz" -checksum=ec302601410ea00bc756930bf04f19e2cc4b2db87b0b8d0e5f714c08dc264776 +checksum=0a8bb0d65d9a816f0f4ac9617904596f65865093fd13118e2b5a856f48ac52e8 alternatives="tmuxp:tmuxp:/usr/bin/tmuxp2" pre_configure() { @@ -28,7 +28,7 @@ post_install() { } python3-tmuxp_package() { - noarch=yes + archs=noarch pycompile_module="tmuxp" depends="python3 python3-setuptools python3-colorama python3-click python3-kaptan python3-libtmux" short_desc="${short_desc/Python2/Python3}"