Date: Tuesday, January 12, 2016 @ 04:09:27 Author: fyan Revision: 156039
upgpkg: sshuttle 0.75-1 Modified: sshuttle/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-01-12 00:34:09 UTC (rev 156038) +++ PKGBUILD 2016-01-12 03:09:27 UTC (rev 156039) @@ -3,8 +3,8 @@ # Contributor: alphazo <[email protected]> pkgname=sshuttle -pkgver=0.74 -pkgrel=2 +pkgver=0.75 +pkgrel=1 pkgdesc='Transparent proxy server that forwards all TCP packets over ssh' arch=('any') url="https://github.com/sshuttle/sshuttle" @@ -20,12 +20,6 @@ 'e780f69851445f739ea76774bb3a3b17' '4137f5e6d5dd92b7f7f34a1bfdbda45c') -prepare() { - cd $pkgname - # FS#47708 - git revert --no-commit b4b283b2145f937248e90032d6944178278fb1f5 -} - build() { cd $pkgname python setup.py build
