Date: Friday, April 6, 2018 @ 21:17:00 Author: shibumi Revision: 314601
upgpkg: hcloud 1.3.2-1 added glibc as dependency Modified: hcloud/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-04-06 21:13:28 UTC (rev 314600) +++ PKGBUILD 2018-04-06 21:17:00 UTC (rev 314601) @@ -2,8 +2,8 @@ # Contributor: Konrad Tegtmeier <[email protected]> pkgname='hcloud' -pkgver='1.3.1' -pkgrel='2' +pkgver='1.3.2' +pkgrel='1' pkgdesc="CLI for Hetzner Cloud" arch=('x86_64') url='https://github.com/hetznercloud/cli' @@ -12,8 +12,9 @@ 'bash-completion: tab auto-completion' 'zsh: tab auto-completion') makedepends=('go-pie' 'git') +depends=('glibc') provides=('hcloud') -_hcloud_commit='c1016d42d94f6326989aa2890c7e6215e591c45d' +_hcloud_commit='4dad2aebfa4d495487ec4b966ef3bfea8eb67fc2' source=("git+https://github.com/hetznercloud/cli#commit=${_hcloud_commit}") sha512sums=('SKIP')
