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

Morten Linderud foxboron at archlinux.org
Sat Apr 17 22:09:07 UTC 2021


    Date: Saturday, April 17, 2021 @ 22:09:07
  Author: foxboron
Revision: 919858

upgpkg: meek 0.34-2: Go 1.16 rebuild

Modified:
  meek/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-17 21:56:38 UTC (rev 919857)
+++ PKGBUILD	2021-04-17 22:09:07 UTC (rev 919858)
@@ -4,7 +4,7 @@
 
 pkgname=meek
 pkgver=0.34
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 pkgdesc='A pluggable transport proxy written in Go'
 optdepends=('tor')
@@ -31,6 +31,7 @@
 	export CGO_CXXFLAGS="${CXXFLAGS}"
 	export CGO_LDFLAGS="${LDFLAGS}"
 	export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+	export GO111MODULE=off
 
 	cd "$srcdir"/meek/meek-server
 	go get



More information about the arch-commits mailing list