Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aurutils/aurutils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 20.5.6
Choose a base ref
...
head repository: aurutils/aurutils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 20.5.7
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 21, 2025

  1. graph: detect sections on keywords

    Priorly, aur-graph would detect if a pkgname section by the presence of
    a blank line. However, these are removed by pacini, causing dependencies
    from split packages to be incorrectly considered.
    
    Specifically, when a split package contains an empty dependency field
    (depends =) an exit condition is triggered.
    
    The correct approach is to delimit by pkgbase or pkgname keywords, as
    described in SRCINFO(5).
    
    Fixes #1228
    AladW committed Oct 21, 2025
    Configuration menu
    Copy the full SHA
    a1bcc1d View commit details
    Browse the repository at this point in the history
  2. aurutils: v20.5.7

    AladW committed Oct 21, 2025
    Configuration menu
    Copy the full SHA
    c55c25f View commit details
    Browse the repository at this point in the history
Loading