python-tmuxp: update to 1.5.1.
This commit is contained in:
parent
acc18d7764
commit
07484400ab
1 changed files with 4 additions and 4 deletions
|
@ -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 <egorenar-dev@posteo.net>"
|
|||
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}"
|
||||
|
|
Loading…
Reference in a new issue