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

Christian Rebischke shibumi at archlinux.org
Sat Apr 10 23:14:06 UTC 2021


    Date: Saturday, April 10, 2021 @ 23:14:06
  Author: shibumi
Revision: 915703

upgpkg: go-bindata-assetfs 1.0.1-2 rebuild for go1.16

This also disables GOMODULES, because the version has
no go.mod file

Modified:
  go-bindata-assetfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-10 22:32:02 UTC (rev 915702)
+++ PKGBUILD	2021-04-10 23:14:06 UTC (rev 915703)
@@ -2,7 +2,7 @@
 
 pkgname=go-bindata-assetfs
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Serves embedded files from jteeuwen/go-bindata with net/http"
 arch=('x86_64')
 url="https://github.com/elazarl/go-bindata-assetfs"
@@ -21,6 +21,7 @@
 }
 
 build() {
+  export GO111MODULE=off
   cd "${srcdir}/src/github.com/elazarl/go-bindata-assetfs/"
   export CGO_CPPFLAGS="${CPPFLAGS}"
   export CGO_CFLAGS="${CFLAGS}"



More information about the arch-commits mailing list