summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2014-12-22 07:18:10 +0100
committerAllan McRae <allan@archlinux.org>2014-12-24 02:15:00 +0100
commit325e20dea15882a4cdfe1cdbddd09ffb30c0c364 (patch)
tree2329037342dba2f3f5f66ca5bb0b064c7e1ccac4
parent23850c7c9995e00d52d09e60eaa95b6285b3146d (diff)
downloadpacman-325e20dea15882a4cdfe1cdbddd09ffb30c0c364.tar.gz
pacman-325e20dea15882a4cdfe1cdbddd09ffb30c0c364.tar.xz
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 <allan@archlinux.org>
-rw-r--r--scripts/makepkg.sh.in2
1 files changed, 1 insertions, 1 deletions
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"