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

Christian Rebischke shibumi at archlinux.org
Fri Sep 21 20:04:22 UTC 2018


    Date: Friday, September 21, 2018 @ 20:04:21
  Author: shibumi
Revision: 383958

upgpkg: hcloud 1.8.0-1

This release uses the go 1.11 module features via `export
GO111MODULES=on`

Modified:
  hcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-21 19:37:15 UTC (rev 383957)
+++ PKGBUILD	2018-09-21 20:04:21 UTC (rev 383958)
@@ -2,7 +2,7 @@
 # Contributor: Konrad Tegtmeier <konrad.tegtmeier+aur at gmail.com>
 
 pkgname=hcloud
-pkgver=1.6.1
+pkgver=1.8.0
 pkgrel=1
 pkgdesc="CLI for Hetzner Cloud"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('go-pie' 'git')
 depends=('glibc')
 provides=('hcloud')
-_hcloud_commit='a80f24289dfd290c50b3b9984d75e5bfe48aa16f'
+_hcloud_commit='8342d70c2a0926cd2d1ea8d9396dab4f83c8aa92'
 source=("git+https://github.com/hetznercloud/cli#commit=${_hcloud_commit}"
         _hcloud.zsh)
 sha512sums=('SKIP'
@@ -23,6 +23,7 @@
 prepare(){
   export GOPATH="${srcdir}"
   export PATH="$PATH:$GOPATH/bin"
+  export GO111MODULE=on
   mkdir -p src/github.com/hetznercloud
   mv cli src/github.com/hetznercloud
 }



More information about the arch-commits mailing list