[arch-commits] Commit in sshuttle/trunk (PKGBUILD)

Felix Yan fyan at nymeria.archlinux.org
Fri May 17 07:14:14 UTC 2013


    Date: Friday, May 17, 2013 @ 09:14:14
  Author: fyan
Revision: 90997

upgpkg: sshuttle 0.61-4 add dependency openssh

Modified:
  sshuttle/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-17 06:59:15 UTC (rev 90996)
+++ PKGBUILD	2013-05-17 07:14:14 UTC (rev 90997)
@@ -4,14 +4,13 @@
 
 pkgname=sshuttle
 pkgver=0.61
-pkgrel=3
+pkgrel=4
 pkgdesc="Transparent proxy server that works as a poor man's VPN. Forwards all TCP packets over ssh (and even DNS requests when using --dns option). Doesn't require admin privileges on the server side"
 arch=('any')
 url="https://github.com/apenwarr/sshuttle"
 license=('GPL2')
-depends=('python2' 'iptables')
+depends=('python2' 'iptables' 'openssh')
 makedepends=('python2-markdown' 'python2-beautifulsoup3')
-optdepends=('openssh: Recommended and default ssh-cmd for sshuttle')
 source=("https://github.com/apenwarr/$pkgname/archive/$pkgname-$pkgver.tar.gz"
         "arch-install.patch")
 




More information about the arch-commits mailing list