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

Jelle van der Waa jelle at archlinux.org
Fri Jan 25 14:44:10 UTC 2019


    Date: Friday, January 25, 2019 @ 14:44:09
  Author: jelle
Revision: 427749

upgpkg: gx 0.14.1-2

go 1.11.5 rebuild

Modified:
  gx/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-25 13:50:09 UTC (rev 427748)
+++ PKGBUILD	2019-01-25 14:44:09 UTC (rev 427749)
@@ -3,7 +3,7 @@
 
 pkgname=gx
 pkgver=0.14.1
-pkgrel=1
+pkgrel=2
 
 pkgdesc="Packaging tool built around the distributed, content addressed filesystem IPFS"
 url="https://github.com/whyrusleeping/gx"
@@ -28,7 +28,11 @@
   cd "$srcdir"/src/github.com/whyrusleeping/gx
 
   go get -v
-  go install -v
+  go install \
+    -gcflags "all=-trimpath=$GOPATH" \
+    -asmflags "all=-trimpath=$GOPATH" \
+    -ldflags "-extldflags $LDFLAGS" \
+    -v
 }
 
 package() {



More information about the arch-commits mailing list