FS#43444 - [makepkg] should clarify architecture-specific checksums
Attached to Project:
Pacman
Opened by (Det) - Wednesday, 14 January 2015, 19:19 GMT
Last edited by Allan McRae (Allan) - Wednesday, 14 January 2015, 23:42 GMT
Opened by (Det) - Wednesday, 14 January 2015, 19:19 GMT
Last edited by Allan McRae (Allan) - Wednesday, 14 January 2015, 23:42 GMT
|
Details
Description:
Currently, with google-chrome I get: ==> Validating source files with md5sums... eula_text.html ... Passed ==> Validating source files with md5sums... google-chrome-stable_39.0.2171.99_amd64.deb ... Passed Which could instead say something like: ==> Validating source files with md5sums... eula_text.html ... Passed ==> Validating x86_64 source files with md5sums... google-chrome-stable_39.0.2171.99_amd64.deb ... Passed Or: ==> Validating source files with md5sums... eula_text.html ... Passed ==> Validating source files with md5sums (x86_64)... google-chrome-stable_39.0.2171.99_amd64.deb ... Passed Additional info: * pacman 4.2.0-6 |
This task depends upon
Closed by Allan McRae (Allan)
Wednesday, 14 January 2015, 23:42 GMT
Reason for closing: Fixed
Additional comments about closing: git commit 6356567ae0fb9927c80811642e7d949270fd5784
Wednesday, 14 January 2015, 23:42 GMT
Reason for closing: Fixed
Additional comments about closing: git commit 6356567ae0fb9927c80811642e7d949270fd5784
https://projects.archlinux.org/pacman.git/commit/?id=6356567ae0fb9927c80811642e7d949270fd5784
$ makepkg --version | head -1
makepkg (pacman) 4.2.0-83-g018fa
==> Validating source files with md5sums...
eula_text.html ... Passed
==> Validating source_x86_64 files with md5sums...
google-chrome-stable_39.0.2171.99_amd64.deb ... Passed
Should've checked first.