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

Felix Yan fyan at archlinux.org
Thu Dec 10 10:40:17 UTC 2015


    Date: Thursday, December 10, 2015 @ 11:40:17
  Author: fyan
Revision: 152153

upgpkg: sshuttle 0.73.20151209-1

Modified:
  sshuttle/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-10 08:50:30 UTC (rev 152152)
+++ PKGBUILD	2015-12-10 10:40:17 UTC (rev 152153)
@@ -3,7 +3,8 @@
 # Contributor: alphazo <alphazo at gmail.com>
 
 pkgname=sshuttle
-pkgver=0.73
+pkgver=0.73.20151209
+_commit=2eeea9536afe87cbe21f9417768a6977c2bb11d1
 pkgrel=1
 pkgdesc='Transparent proxy server that forwards all TCP packets over ssh'
 arch=('any')
@@ -13,7 +14,7 @@
 makedepends=('git' 'pandoc')
 checkdepends=('python-pytest-runner' 'python-mock')
 backup=('etc/sshuttle/tunnel.conf' 'etc/sshuttle/prefixes.conf')
-source=("git+https://github.com/sshuttle/$pkgname.git#tag=v$pkgver"
+source=("git+https://github.com/sshuttle/$pkgname.git#commit=$_commit"
         'sshuttle.service' 'prefixes.conf' 'tunnel.conf')
 md5sums=('SKIP'
          'f2cd1660dcdb4e24b45b71e589da73f3'



More information about the arch-commits mailing list