Date: Saturday, June 13, 2015 @ 12:01:28
  Author: fyan
Revision: 135257

upgpkg: gost 1.6-1

Modified:
  gost/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-06-13 08:52:38 UTC (rev 135256)
+++ PKGBUILD    2015-06-13 10:01:28 UTC (rev 135257)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonm...@archlinux.org>
 
 pkgname=gost
-pkgver=1.2
+pkgver=1.6
 pkgrel=1
 pkgdesc="GO Simple Tunnel"
 arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@
 url="https://github.com/ginuerzh/gost";
 license=('MIT')
 depends=('gcc-go')
-makedepends=('git')
+makedepends=('git' 'mercurial')
 source=("git+https://github.com/ginuerzh/gost.git#tag=v$pkgver";)
 md5sums=('SKIP')
 
@@ -23,6 +23,7 @@
   go get github.com/ginuerzh/gosocks5
   go get github.com/gorilla/websocket
   go get github.com/shadowsocks/shadowsocks-go/shadowsocks
+  go get code.google.com/p/go-uuid/uuid
 }
 
 build() {

Reply via email to