Date: Friday, May 17, 2013 @ 08:50:21 Author: fyan Revision: 90993 upgpkg: sshuttle 0.61-3
Modified: sshuttle/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-05-17 06:49:35 UTC (rev 90992) +++ PKGBUILD 2013-05-17 06:50:21 UTC (rev 90993) @@ -10,7 +10,7 @@ url="https://github.com/apenwarr/sshuttle" license=('GPL2') depends=('python2' 'iptables') -makedepends=('python2-markdown' 'python2-beautifulsoup4') +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") @@ -19,7 +19,7 @@ cd "$srcdir/$pkgname-$pkgname-$pkgver" patch -p1 -i "$srcdir/arch-install.patch" - sed -i 's#/usr/bin/env python#/usr/bin/env python2#' Documentation/md2man.py + sed -i 's#/usr/bin/env python#/usr/bin/env python2#' stresstest.py Documentation/md2man.py make }
