From 468a3a4c25176d0310197f9e4cbb1328e76bceed Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 12 Apr 2019 13:47:47 +0200 Subject: pentium4 is new --- lib/common-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/common-functions') diff --git a/lib/common-functions b/lib/common-functions index e0ba40b..e87e6ef 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -553,7 +553,7 @@ download_sources_by_hash() { makepkg --printsrcinfo > "${tmp_dir}/.SRCINFO" - for arch_suffix in '' '_i486' '_i686'; do + for arch_suffix in '' '_i486' '_i686' '_pentium4'; do for sum_type in 'md5sum' 'sha1sum' 'sha256sum' 'sha512sum'; do grep '^\s*'"${sum_type}s${arch_suffix}"' = ' "${tmp_dir}/.SRCINFO" | \ sed 's|^.* = ||' | \ -- cgit v1.2.3