python3-libtmux: update to 0.8.5
Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
This commit is contained in:
parent
051b05d418
commit
89753ba176
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-libtmux'
|
# Template file for 'python3-libtmux'
|
||||||
pkgname=python3-libtmux
|
pkgname=python3-libtmux
|
||||||
version=0.8.1
|
version=0.8.5
|
||||||
revision=4
|
revision=4
|
||||||
wrksrc="libtmux-${version}"
|
wrksrc="libtmux-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -11,7 +11,9 @@ maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/tmux-python/libtmux"
|
homepage="https://github.com/tmux-python/libtmux"
|
||||||
distfiles="${PYPI_SITE}/l/libtmux/libtmux-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/l/libtmux/libtmux-${version}.tar.gz"
|
||||||
checksum=5d4963cc4af53046cabd0997152af05a0a419e4c63af6737389b50f637c3852a
|
checksum=1d35b9f8451944d31c5ed22ed9e6c8e18034adcc75718fcc5b27fbd9621543e1
|
||||||
|
# Disable check which uses pip to pull external python packages
|
||||||
|
make_check=no
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue