replaced go-pie with go dependency, because go-pie breaks current vault version.

This fix is temporary.

Fixes #63479
This commit is contained in:
Christian Rebischke 2019-09-01 15:07:57 +00:00
parent a22f31b571
commit fa9c1c9ff5

View File

@ -5,11 +5,11 @@
pkgname='vault'
pkgdesc='A tool for managing secrets'
pkgver='1.2.0'
pkgrel='2'
pkgrel='3'
url="https://vaultproject.io/"
license=('MPL')
arch=('x86_64')
makedepends=('go-pie' 'git' 'yarn' 'python2' 'bower' 'nodejs-lts-dubnium' 'npm' 'zip')
makedepends=('go' 'git' 'yarn' 'python2' 'bower' 'nodejs-lts-dubnium' 'npm' 'zip')
depends=('glibc')
install='vault.install'
backup=('etc/vault.hcl')