Skip to content
  • Eli Schwartz's avatar
    rewrite issplitpkg check to be compatible with pacman 5.1 · eb1a090c
    Eli Schwartz authored
    We tried to optimize out checking packages which aren't even split
    packages, by skipping the ones with no pkgbase. But pacman 5.1 always
    writes the pkgbase in order to simplify parsing of the .PKGINFO, so this
    was no longer reliable. Instead, check how many pkgnames are in the
    corresponding PKGBUILD. This is the master source of truth anyway.
    eb1a090c