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 <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
d37e6d40a1
commit
915ac9ff9b
1 changed files with 1 additions and 1 deletions
|
@ -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 ''
|
||||
|
|
Loading…
Add table
Reference in a new issue