From 0e9fe5cce3f62d5bb026aea4540f095e9221fec4 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Sat, 31 Oct 2020 03:55:33 +0000 Subject: [PATCH] archrelease: copy trunk to community-x86_64 git-svn-id: file:///srv/repos/svn-community/svn@737415 9fca08f4-af9d-4005-b8df-a31f2cc04f65 --- chezmoi/repos/community-x86_64/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chezmoi/repos/community-x86_64/PKGBUILD b/chezmoi/repos/community-x86_64/PKGBUILD index 5e0d7d7a5ac2..38ede1158fc2 100644 --- a/chezmoi/repos/community-x86_64/PKGBUILD +++ b/chezmoi/repos/community-x86_64/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: pkgname=chezmoi -pkgver=1.8.7 +pkgver=1.8.8 pkgrel=1 pkgdesc="Manage your dotfiles across multiple machines" arch=('x86_64') @@ -12,7 +12,7 @@ license=('MIT') makedepends=('go' 'git') depends=('glibc') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/twpayne/chezmoi/archive/v${pkgver}.tar.gz") -sha512sums=('bb1da178cc73a37d5b7bedd2a74d6f1eef3dcc28224dabaacdc8645e802d892810d8d8c5df2f9e3eb684f4a5ee409ab2c0bfb754f6fad65285dc7bb739bb12e6') +sha512sums=('3eaef846d4140223fd900b374c492c3019f59b85bd7ca549acb4e87fa492a735ff1b13adf21304c9f43dd39bfea6d38289b9619d7f765fa9c4aaf72f4caa0a2c') build() { cd "$pkgname-$pkgver"