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'
|
# Template file for 'python-tmuxp'
|
||||||
pkgname=python-tmuxp
|
pkgname=python-tmuxp
|
||||||
version=1.5.0
|
version=1.5.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
archs=noarch
|
||||||
wrksrc="tmuxp-${version}"
|
wrksrc="tmuxp-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="tmuxp"
|
pycompile_module="tmuxp"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/tmux-python/tmuxp/"
|
homepage="https://github.com/tmux-python/tmuxp/"
|
||||||
distfiles="${PYPI_SITE}/t/tmuxp/tmuxp-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/t/tmuxp/tmuxp-${version}.tar.gz"
|
||||||
checksum=ec302601410ea00bc756930bf04f19e2cc4b2db87b0b8d0e5f714c08dc264776
|
checksum=0a8bb0d65d9a816f0f4ac9617904596f65865093fd13118e2b5a856f48ac52e8
|
||||||
alternatives="tmuxp:tmuxp:/usr/bin/tmuxp2"
|
alternatives="tmuxp:tmuxp:/usr/bin/tmuxp2"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
@ -28,7 +28,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-tmuxp_package() {
|
python3-tmuxp_package() {
|
||||||
noarch=yes
|
archs=noarch
|
||||||
pycompile_module="tmuxp"
|
pycompile_module="tmuxp"
|
||||||
depends="python3 python3-setuptools python3-colorama python3-click python3-kaptan python3-libtmux"
|
depends="python3 python3-setuptools python3-colorama python3-click python3-kaptan python3-libtmux"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue