[pacman-dev] [PATCH 3/3] makepkg: restore attr merging for write_pkginfo

Allan McRae allan at archlinux.org
Sat Jan 10 01:39:49 UTC 2015


On 10/01/15 10:08, Allan McRae wrote:
> On 10/01/15 06:52, Dave Reisner wrote:
>> acc639adf20d removed this, but shouldn't have.
>> ---
>> Allan, any idea why you removed this? I infer from the commit message that
>> the patch was about SRCINFO only, and had nothing to do with PKGINFO.
>>
> 
> It is done when the PKGBUILD is sourced:
> 
> source_buildfile() {
> 	source_safe "$@"
> 
> 	if (( !SOURCEONLY )); then
> 		merge_arch_attrs
> 	fi
> }
> 

We figured out the issue is with split packages and the arrays in the
package_foo() functions.

A


More information about the pacman-dev mailing list