upgpkg: 1.14.0-1

This commit is contained in:
Justin Kromlinger 2023-06-21 15:24:11 +02:00
parent aab6d46187
commit eb3b47e5e2
No known key found for this signature in database
GPG Key ID: 69EF6D9E49A64EB8

View File

@ -6,7 +6,7 @@
pkgname=vault
pkgdesc='A tool for managing secrets'
pkgver=1.13.4
pkgver=1.14.0
pkgrel=1
url="https://vaultproject.io/"
license=('MPL')
@ -15,7 +15,7 @@ depends=('glibc')
makedepends=('go' 'git' 'yarn' 'bower' 'nodejs-lts-gallium' 'npm' 'zip' 'gox' 'go-tools')
install=vault.install
backup=('etc/vault.hcl' 'etc/default/vault')
_vault_commit='a212330c7b4b3d1ec958a06227b27689790d98b4'
_vault_commit='13a649f860186dffe3f3a4459814d87191efc321'
source=("git+https://github.com/hashicorp/vault#commit=${_vault_commit}"
'vault.sysusers'
'vault.tmpfiles'
@ -39,9 +39,9 @@ prepare() {
build() {
mkdir -p "${srcdir}/vault/http/web_ui"
cd "${srcdir}/vault/ui"
yarn install --ignore-optional
yarn install
npm rebuild node-sass
yarn --verbose run build
yarn run build
cd "${srcdir}/vault"
export CGO_CPPFLAGS="${CPPFLAGS}"