1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/scripts/libmakepkg/util
Jack O'Connor 56de155296 libmakepkg: look for architecture-specific hashes in get_integlist
`makepkg -g` looks for existing checksums in the PKGBUILD file, so that
it can generate new sums of the same type. Previously it only checked
variables of the form "sha256sums", and not "sha256sums_x86_64". That
meant it would always fall back to MD5 for packages with only
architecture-specific sources. This change makes it look at
architecture-specific checksums too to determine the type.

Signed-off-by: Jack O'Connor <oconnor663@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
2016-08-30 18:10:40 +10:00
..
message.sh Update copyright years for 2016 2016-01-04 13:27:08 +10:00
option.sh Update copyright years for 2016 2016-01-04 13:27:08 +10:00
pkgbuild.sh.in libmakepkg: look for architecture-specific hashes in get_integlist 2016-08-30 18:10:40 +10:00
source.sh.in Update copyright years for 2016 2016-01-04 13:27:08 +10:00
util.sh libmakepkg: fix is_array function 2016-02-26 15:18:43 +10:00