From 07484400ab6f0fd3b4947aa717a2dd5b5c30e9c5 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 22 Feb 2019 01:31:09 -0300 Subject: [PATCH] python-tmuxp: update to 1.5.1. --- srcpkgs/python-tmuxp/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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}"