sshuttle: update to 1.0.1.
This commit is contained in:
parent
608e280595
commit
4e4ce8552b
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'sshuttle'
|
||||
pkgname=sshuttle
|
||||
version=0.78.5
|
||||
revision=2
|
||||
version=1.0.1
|
||||
revision=1
|
||||
archs=noarch
|
||||
build_style=python3-module
|
||||
pycompile_module="sshuttle"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Daniel Santana <daniel@santana.tech>"
|
|||
license="LGPL-2.1-or-later"
|
||||
homepage="https://github.com/sshuttle/sshuttle"
|
||||
distfiles="${PYPI_SITE}/s/sshuttle/sshuttle-${version}.tar.gz"
|
||||
checksum=a88b59bd9a25510a6643451ec2d5fc35e149098a6a7fafdf37957498791fe16e
|
||||
checksum=84427797f75958361dd06327a33e80845abb2b0b5fec871bec1a1ba46e1ad7bc
|
||||
|
||||
post_extract() {
|
||||
sed -i setup.py \
|
||||
|
@ -23,6 +23,7 @@ post_extract() {
|
|||
# BUG: wrong permissions (https://github.com/sshuttle/sshuttle/issues/217)
|
||||
chmod -R go+rX .
|
||||
}
|
||||
|
||||
post_install() {
|
||||
make -C docs man
|
||||
vman docs/_build/man/sshuttle.1
|
||||
|
|
Loading…
Reference in a new issue