From 915ac9ff9b112997bcdb14d7136f4862c9537a35 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 31 Mar 2019 12:13:20 -0400 Subject: libmakepkg: fix migration to schema.sh for integsums One of the callers was changed to use known_hash_algos, one was not. Signed-off-by: Eli Schwartz Signed-off-by: Allan McRae --- scripts/libmakepkg/srcinfo.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/libmakepkg/srcinfo.sh.in b/scripts/libmakepkg/srcinfo.sh.in index b9eeb817..76cfb787 100644 --- a/scripts/libmakepkg/srcinfo.sh.in +++ b/scripts/libmakepkg/srcinfo.sh.in @@ -90,7 +90,7 @@ srcinfo_write_global() { local multivalued=(arch groups license checkdepends makedepends depends optdepends provides conflicts replaces noextract options backup - source validpgpkeys {md5,sha{1,224,256,384,512}}sums) + source validpgpkeys "${known_hash_algos[@]/%/sums}") srcinfo_open_section 'pkgbase' "${pkgbase:-$pkgname}" srcinfo_write_section_details '' -- cgit v1.2.3-54-g00ecf