FS#50102 - [makepkg] --geninteg produces identical checksums for different architectures
Attached to Project:
Pacman
Opened by Konstantin Gribov (gross) - Tuesday, 19 July 2016, 17:42 GMT
Last edited by Allan McRae (Allan) - Wednesday, 20 July 2016, 07:57 GMT
Opened by Konstantin Gribov (gross) - Tuesday, 19 July 2016, 17:42 GMT
Last edited by Allan McRae (Allan) - Wednesday, 20 July 2016, 07:57 GMT
|
Details
Description:
If syntax `source_*arch*=('filename::url')` is used with same filenames for different architectures checksums are generated for files downloaded first. Additional info: * pacman 5.0.1-4 Steps to reproduce: * git clone aur@aur.archlinux.org:/cfssl.git * cd cfssl * makepkg -g * look at checksums for x86_64 and i686. |
This task depends upon
Comment by
Levente Polyak (anthraxx) -
Tuesday, 19 July 2016, 19:27 GMT
this is expected behavior, if the source target is the same then
it won't redownload anything. you should specify unique filename
prefixes for the source array depending on the arch.