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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Feb 18 12:05:55 UTC 2018


    Date: Sunday, February 18, 2018 @ 12:05:54
  Author: bpiotrowski
Revision: 317255

2:1.10-2: do npt ship build cache in the package (FS#57545)

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-18 02:43:58 UTC (rev 317254)
+++ PKGBUILD	2018-02-18 12:05:54 UTC (rev 317255)
@@ -5,7 +5,7 @@
 pkgname=(go go-pie)
 epoch=2
 pkgver=1.10
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='http://golang.org/'
 license=(BSD)
@@ -21,6 +21,7 @@
 esac
 export GOROOT_FINAL=/usr/lib/go
 export GOROOT_BOOTSTRAP=/usr/lib/go
+export GOCACHE=off
 
 prepare() {
   cp -r $pkgbase ${pkgbase}-pie



More information about the arch-commits mailing list