index : devops | |
Archlinux32 devs' convenience-scripts | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | update-archlinux32-package | 2 |
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 |