summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorabbas2021-01-14 16:10:52 -0800
committerabbas2021-01-14 16:10:52 -0800
commit0551984814fdc554f10c0b80f9cd3218303dea31 (patch)
tree820024a9e4a413d98e32108eb5e00dfc0167fb7e /PKGBUILD
parent7ff03b9b49377e41f8779f52c0cef0df45e7a74c (diff)
downloadaur-0551984814fdc554f10c0b80f9cd3218303dea31.tar.gz
Add new maintainer and bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0cf2fb757f0b..8ecaa45e899c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Contributor: alphazo <alphazo@gmail.com>
+# Maintainer: Abbas Maheryar <abbasmaheryar@gmail.com>
# This version fetches and install master branch from Git repo (now using the same repo as [Community] version).
pkgname=sshuttle-git
_gitname=sshuttle
-pkgver=v0.77.2+10_g6e15e69
+pkgver=v1.0.5+5_g97c25e9
#_commit=e433c599e40bc47c7b0e4d16934815c84b26eea8
pkgrel=1
pkgdesc='Transparent proxy server that forwards all TCP packets over ssh'
@@ -30,7 +31,7 @@ pkgver() {
build() {
cd "$_gitname"
python setup.py build
-
+
cd docs
make man
}