From 9830d3ab42adc947e1a17aa0da0e44fea840466c Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 25 Jun 2021 21:28:54 +0200 Subject: update-archlinux32-package: fix checksum regex --- update-archlinux32-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update-archlinux32-package') diff --git a/update-archlinux32-package b/update-archlinux32-package index 3b283f4..bcb2768 100755 --- a/update-archlinux32-package +++ b/update-archlinux32-package @@ -320,7 +320,7 @@ case ${update_path} in ;; esac - if ! grep -qwF sha512sum "${git_repo_path}/${repo}/${pkgname}/PKGBUILD"; then + if ! grep -qwF sha256sums "${git_repo_path}/${repo}/${pkgname}/PKGBUILD"; then >&2 printf 'Something went wrong: %s has no checksum\nDid you run out of disk space again, deep42thought?\n' \ "${git_repo_path}/${repo}/${pkgname}" exit 1 -- cgit v1.2.3