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

Christian Rebischke shibumi at archlinux.org
Thu Aug 27 21:52:32 UTC 2020


    Date: Thursday, August 27, 2020 @ 21:52:31
  Author: shibumi
Revision: 690089

upgpkg: hcloud 1.19.0-1

Modified:
  hcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-27 21:52:28 UTC (rev 690088)
+++ PKGBUILD	2020-08-27 21:52:31 UTC (rev 690089)
@@ -3,8 +3,8 @@
 
 _pkgname=cli
 pkgname=hcloud
-pkgver=1.17.0
-pkgrel=2
+pkgver=1.19.0
+pkgrel=1
 pkgdesc="CLI for Hetzner Cloud"
 arch=('x86_64')
 url="https://github.com/hetznercloud/cli"
@@ -15,7 +15,7 @@
 makedepends=('go-pie' 'git')
 depends=('glibc')
 provides=('hcloud')
-_hcloud_commit='50a7de3c37155fd71ff1e6cb0f9206eeb6c37eb8'
+_hcloud_commit='d5d2fec89d266b51817aea71d9532acc555924ac'
 source=("git+https://github.com/hetznercloud/cli#commit=${_hcloud_commit}"
   _hcloud.zsh)
 sha512sums=('SKIP'
@@ -31,7 +31,7 @@
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw -ldflags=-linkmode=external"
   cd "${_pkgname}"
   go build \
     -ldflags "-w -X github.com/hetznercloud/cli/cli.Version=${pkgver}" \



More information about the arch-commits mailing list