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

Felix Yan fyan at nymeria.archlinux.org
Wed Apr 23 03:52:18 UTC 2014


    Date: Wednesday, April 23, 2014 @ 05:52:18
  Author: fyan
Revision: 110012

upgpkg: sshuttle 0.61-5

- rebuild against git tag to fix FS#40021

Modified:
  sshuttle/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-23 03:13:26 UTC (rev 110011)
+++ PKGBUILD	2014-04-23 03:52:18 UTC (rev 110012)
@@ -4,18 +4,18 @@
 
 pkgname=sshuttle
 pkgver=0.61
-pkgrel=4
+pkgrel=5
 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' 'openssh')
-makedepends=('python2-markdown' 'python2-beautifulsoup3')
-source=("https://github.com/apenwarr/$pkgname/archive/$pkgname-$pkgver.tar.gz"
+makedepends=('python2-markdown' 'python2-beautifulsoup3' 'git')
+source=("git+https://github.com/apenwarr/$pkgname.git#tag=$pkgname-$pkgver"
         "arch-install.patch")
 
 build() {
-  cd "$srcdir/$pkgname-$pkgname-$pkgver"
+  cd $pkgname
   patch -p1 -i "$srcdir/arch-install.patch"
 
   sed -i 's#/usr/bin/env python#/usr/bin/env python2#' stresstest.py Documentation/md2man.py
@@ -23,7 +23,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgname-$pkgver"
+  cd $pkgname
   install -Dm755 sshuttle "$pkgdir/usr/bin/sshuttle"
 
   install -d "$pkgdir/usr/share/sshuttle"
@@ -35,5 +35,5 @@
   install -Dm644 Documentation/sshuttle.8 "$pkgdir/usr/share/man/man8/sshuttle.8"
 }
 
-md5sums=('99a3178524eb960189c89e63f85e5b43'
+md5sums=('SKIP'
          '15ed72e2b68dd07ef97abfdcb828d188')


Property changes on: sshuttle/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list