summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 255e0a4e2357..4dd61309b9b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri Apr 1 09:07:26 UTC 2016
pkgbase = sshuttle-git
pkgdesc = Transparent proxy server that forwards all TCP packets over ssh
- pkgver = v0.77.2+10_g6e15e69
+ pkgver = v1.0.5+5_g97c25e9
pkgrel = 1
url = https://github.com/sshuttle/sshuttle
arch = any
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
}