Fix handling of pkgtype in PkgInfoV2
Fix the handling of pkgtype
in PkgInfoV2
.
The initial implementation was based on a patch set towards pacman which had not been merged and had been superseded by a different implementation.
This change introduces the xdata
attribute (an optional list of extra/extended data in a .PKGINFO file) to PkgInfoV2
and removes the top-level pkgtype
attribute.
Fixes #94 (closed)