Skip to content

Fix handling of pkgtype in PkgInfoV2

David Runge requested to merge xdata into main

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)

Merge request reports