summaryrefslogtreecommitdiff
path: root/update-archlinux32-package
diff options
context:
space:
mode:
Diffstat (limited to 'update-archlinux32-package')
-rwxr-xr-xupdate-archlinux32-package2
1 files changed, 1 insertions, 1 deletions
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