[aur-dev] [PATCH] Fix bug with extracting sources introduced in c7203066c

Lukas Fleischer lfleischer at archlinux.org
Mon Jun 8 12:28:05 UTC 2015


On Mon, 08 Jun 2015 at 14:18:06, Johannes Löthberg wrote:
> In c7203066ce git-update was changed to use extract_arch_fields to get
> the list of sources instead of looking up them up in the pkginfo dict
> manually. This was done to solve a bug where only source=() sources were
> unconditionally checked for, ignoring arch-specific sources.
> 
> The extract_arch_fields function returns a list of dicts however, so we
> need to extract the 'value' key from that dict before using it, which
> was missed in the previous commit.
> 
> Fixes FS#45261
> 
> Signed-off-by: Johannes Löthberg <johannes at kyriasis.com>
> ---
>  git-interface/git-update.py | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> [...]

Thanks again, squashed this into the first patch.


More information about the aur-dev mailing list