Date: Wednesday, September 2, 2020 @ 19:25:48 Author: foxboron Revision: 696884
upgpkg: glider 0.10.3-1 Modified: glider/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-02 19:25:28 UTC (rev 696883) +++ PKGBUILD 2020-09-02 19:25:48 UTC (rev 696884) @@ -2,7 +2,7 @@ # Maintainer: Morten Linderud <[email protected]> pkgname=glider -pkgver=0.10.2 +pkgver=0.10.3 pkgrel=1 pkgdesc="A forward proxy with multiple protocols support" arch=('x86_64') @@ -11,11 +11,11 @@ depends=('glibc') makedepends=('go' 'git') source=("$pkgname-$pkgver.tar.gz::https://github.com/nadoo/glider/archive/v$pkgver.tar.gz") -sha512sums=('eb7679c69bcc1d3667373444b5286f88a2e4c0e7439f667f2633d9d608ae8ebf6e036a6d1a893266d12b7a8570982b1b2d633344803d200f74203c20564351cb') +sha512sums=('e1acf2d2f5cc37253b92bf89d013ad9a9295701c91e181112f6643e204a333ef4e0727b8231b6fde0c28616da209f2394bdadfab9cfd1f99a02471f42e776d1d') build() { cd glider-$pkgver - export GOFLAGS="-buildmode=pie -trimpath" + export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external" export CGO_LDFLAGS="${LDFLAGS}" export CGO_CFLAGS="${CFLAGS}" export CGO_CPPFLAGS="${CPPFLAGS}"
