FS#43192 - makepkg --source has issues with checksum verification

Attached to Project: Pacman
Opened by Allan McRae (Allan) - Monday, 22 December 2014, 06:33 GMT
Last edited by Allan McRae (Allan) - Wednesday, 31 December 2014, 04:18 GMT
Task Type Bug Report
Category General
Status Closed
Assigned To Dave Reisner (falconindy)
Architecture All
Severity Medium
Priority Normal
Reported Version 4.2.0
Due in Version 4.2.1
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Example PKGBUILD:

pkgname='multi'
pkgver=1
pkgrel=1
arch=('i686' 'x86_64')
source_i686=(http://allanmcrae.com/tmp/32.tar.xz)
source_x86_64=(http://allanmcrae.com/tmp/64.tar.xz)
md5sums_i686=('22eb4379baa3d72dec2de11d03ca1310')
#md5sums_x86_64=('2cc5723b2d2508dbc7e8a207fa545ec6')


No there are no checksums for the x86_64 source. makepkg --source/--allsource does not complain.
This task depends upon

Closed by  Allan McRae (Allan)
Wednesday, 31 December 2014, 04:18 GMT
Reason for closing:  Fixed
Additional comments about closing:  git commit d2d00e45435
Comment by Allan McRae (Allan) - Monday, 22 December 2014, 06:41 GMT
And when you have both, this is printed multiple times:
==> Validating source files with md5sums...

Loading...