diff options
-rw-r--r-- | testing/chezmoi/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/chezmoi/APKBUILD b/testing/chezmoi/APKBUILD index b7c0fa3a4e..bd98a57aab 100644 --- a/testing/chezmoi/APKBUILD +++ b/testing/chezmoi/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> pkgname="chezmoi" pkgver="1.7.5" -pkgrel=0 +pkgrel=1 pkgdesc="Manage your dotfiles across multiple machines, securely." url="https://www.chezmoi.io/" arch="all" @@ -23,7 +23,7 @@ build() { go build \ -ldflags " -X \"github.com/twpayne/chezmoi/cmd.VersionStr=$pkgver\" \ - -X \"github.com/twpayne/chezmoi/cmd.Date=$(date -Iminutes)\" \ + -X \"github.com/twpayne/chezmoi/cmd.Date=$(date --utc +%Y-%M-%dT%H:%I:%SZ)\" \ -X \"github.com/twpayne/chezmoi/cmd.DocsDir=/usr/share/doc/chezmoi/\" " \ -tags noupgrade \ |