From 4e4ce8552b63d2ca2847aa984c9aba9acb9b0eb4 Mon Sep 17 00:00:00 2001 From: Daniel Santana Date: Sat, 6 Jun 2020 04:09:23 -0300 Subject: [PATCH] sshuttle: update to 1.0.1. --- srcpkgs/sshuttle/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sshuttle/template b/srcpkgs/sshuttle/template index 04bae9a15c3..cd18be85736 100644 --- a/srcpkgs/sshuttle/template +++ b/srcpkgs/sshuttle/template @@ -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 " 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