[arch-commits] Commit in go-bindata-hashicorp/trunk (PKGBUILD)

Christian Rebischke shibumi at archlinux.org
Sat Apr 10 23:16:44 UTC 2021


    Date: Saturday, April 10, 2021 @ 23:16:44
  Author: shibumi
Revision: 915705

upgpkg: go-bindata-hashicorp 3.0.7+bf7910af-4 rebuild for go1.16

This also disables GOMODULES, because this pacckage does not have a
go.mod file

Modified:
  go-bindata-hashicorp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-10 23:14:13 UTC (rev 915704)
+++ PKGBUILD	2021-04-10 23:16:44 UTC (rev 915705)
@@ -6,7 +6,7 @@
 _pkgname=go-bindata
 _commit=bf7910af899725e4938903fb32048c7c0b15f12e
 pkgver=3.0.7+bf7910af
-pkgrel=3
+pkgrel=4
 pkgdesc="A small utility which generates Go code from any file (Hashicorp version)"
 arch=('x86_64')
 url='https://github.com/hashicorp/go-bindata'
@@ -24,6 +24,7 @@
 }
 
 build() {
+    export GO111MODULE=off
     cd "${srcdir}/src/github.com/hashicorp/go-bindata/go-bindata"
     export CGO_CPPFLAGS="${CPPFLAGS}"
     export CGO_CFLAGS="${CFLAGS}"



More information about the arch-commits mailing list