pacman/scripts/libmakepkg
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
..
integrity libmakepkg: extract functions for integrity checking 2016-05-18 15:45:56 +10:00
lint_package Update copyright years for 2016 2016-01-04 13:27:08 +10:00
lint_pkgbuild libmakepkg: increase robustness of the detection of array variables 2016-02-20 14:01:53 +10:00
source Update copyright years for 2016 2016-01-04 13:27:08 +10:00
tidy libmakepkg: ensure emptydir find command acts on individual directories 2016-03-21 13:14:56 +10:00
util libmakepkg: look for architecture-specific hashes in get_integlist 2016-08-30 18:10:40 +10:00
.gitignore libmakepkg: extract functions for integrity checking 2016-05-18 15:45:56 +10:00
integrity.sh.in libmakepkg: extract functions for integrity checking 2016-05-18 15:45:56 +10:00
lint_package.sh.in Update copyright years for 2016 2016-01-04 13:27:08 +10:00
lint_pkgbuild.sh.in Update copyright years for 2016 2016-01-04 13:27:08 +10:00
source.sh.in Update copyright years for 2016 2016-01-04 13:27:08 +10:00
srcinfo.sh.in libmakepkg: extract functions for writing .SRCINFO files 2016-03-28 16:26:12 +10:00
tidy.sh.in Update copyright years for 2016 2016-01-04 13:27:08 +10:00
util.sh.in Update copyright years for 2016 2016-01-04 13:27:08 +10:00