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

Felix Yan felixonmars at archlinux.org
Thu Jul 5 16:38:17 UTC 2018


    Date: Thursday, July 5, 2018 @ 16:38:17
  Author: felixonmars
Revision: 352963

upgpkg: glider 0.6.0-1

Modified:
  glider/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-05 16:38:02 UTC (rev 352962)
+++ PKGBUILD	2018-07-05 16:38:17 UTC (rev 352963)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=glider
-pkgver=0.5.3
+pkgver=0.6.0
 pkgrel=1
 pkgdesc="A forward proxy with multiple protocols support"
 arch=('x86_64')
@@ -11,11 +11,13 @@
 depends=('glibc')
 makedepends=('go-pie' 'git')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/nadoo/glider/archive/v$pkgver.tar.gz")
-sha512sums=('a28abf820852d564c4eb36801e0141230041b1f9602cda26c271f9d72a5bd6b1a0fc0156cb7c98ea130661b4a3f2e6c8c200e8591b334b40d654c3db4c7c0d55')
+sha512sums=('351b4a77172527659e29be6092a10daa3fcb5e712b19a7536bd969fe195c2e85a4bca410772880318c2a7868105a6d078a04a9c4fa5946c436edfd0310701334')
 
 prepare() {
   mkdir .gopath
   export GOPATH="$srcdir"/.gopath
+  mkdir -p "$GOPATH"/src/github.com/nadoo
+  ln -sf "$srcdir"/glider-$pkgver "$GOPATH"/src/github.com/nadoo/glider
 
   go get github.com/nadoo/conflag github.com/shadowsocks/go-shadowsocks2/core github.com/sun8911879/shadowsocksR
 }



More information about the arch-commits mailing list