Date: Tuesday, October 6, 2015 @ 11:26:04 Author: fyan Revision: 143040
upgpkg: sshuttle 0.71.20150916-1 bump to latest trunk to fix FS#45725 Modified: sshuttle/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-06 09:07:40 UTC (rev 143039) +++ PKGBUILD 2015-10-06 09:26:04 UTC (rev 143040) @@ -3,7 +3,8 @@ # Contributor: alphazo <[email protected]> pkgname=sshuttle -pkgver=0.71 +pkgver=0.71.20150916 +_commit=3cf5002b62650c26a50e18af8d8c5c91d754bab9 pkgrel=1 pkgdesc='Transparent proxy server that forwards all TCP packets over ssh' arch=('any') @@ -12,7 +13,8 @@ depends=('python2' 'iptables' 'openssh' 'net-tools') makedepends=('git') backup=('etc/sshuttle/tunnel.conf' 'etc/sshuttle/prefixes.conf') -source=("git+https://github.com/sshuttle/$pkgname.git#tag=$pkgname-$pkgver" +#source=("git+https://github.com/sshuttle/$pkgname.git#tag=$pkgname-$pkgver" +source=("git+https://github.com/sshuttle/$pkgname.git#commit=$_commit" 'sshuttle.service' 'arch-install.patch') md5sums=('SKIP' 'f2cd1660dcdb4e24b45b71e589da73f3'
