From 325e20dea15882a4cdfe1cdbddd09ffb30c0c364 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Mon, 22 Dec 2014 16:18:10 +1000 Subject: makepkg: download sources for all architectures when making source package We validated all sources when making a source package, whether or not they are included in the tarball. Signed-off-by: Allan McRae --- scripts/makepkg.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 60276f65..ae8cf57b 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -3607,7 +3607,7 @@ if (( SOURCEONLY )); then download_sources allarch elif ( (( ! SKIPCHECKSUMS )) || \ ( (( ! SKIPPGPCHECK )) && source_has_signatures ) ); then - download_sources novcs + download_sources allarch novcs fi check_source_integrity all cd_safe "$startdir" -- cgit v1.2.3-54-g00ecf