[arch-commits] Commit in chezmoi/trunk (PKGBUILD)
Daurnimator
daurnimator at gemini.archlinux.org
Tue Dec 28 14:36:19 UTC 2021
Date: Tuesday, December 28, 2021 @ 14:36:18
Author: daurnimator
Revision: 1085676
upgpkg: chezmoi 2.9.4-1
Also turns off LTO, as golang has issues with new makepkg defaults
Modified:
chezmoi/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-28 13:59:21 UTC (rev 1085675)
+++ PKGBUILD 2021-12-28 14:36:18 UTC (rev 1085676)
@@ -3,7 +3,7 @@
# Contributor: <godeater at gmail.com>
pkgname=chezmoi
-pkgver=2.9.3
+pkgver=2.9.4
pkgrel=1
pkgdesc="Manage your dotfiles across multiple machines"
arch=('x86_64')
@@ -12,8 +12,9 @@
makedepends=('go' 'git')
depends=('glibc')
checkdepends=('zip')
+options=('!lto')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/twpayne/chezmoi/archive/v${pkgver}.tar.gz")
-sha512sums=('e267bd0ac92c43dfc7cf478bab0a3ae762baf9b1efdf7d2e87e72a18c29cbdf99494af6e8c395d909df63155c5c3ad8eb0020f5bf6b41ae6ec92da2176e08414')
+sha512sums=('f62426ee041b32d804da0add741cc2b7e630d6a81f975851a433e3eb99bf957b474edc960c5fe53032776b378777a8779f9017e66e387b9ce97c8bf60e7693c0')
prepare() {
cd "$pkgname-$pkgver"
More information about the arch-commits
mailing list