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.2
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.3
Choose a head ref
  • 13 commits
  • 8 files changed
  • 4 contributors

Commits on Aug 3, 2025

  1. Concretize what aurutils sees as a positive value

    With the current wording users might expect aurutils to accept values
    like "true". This change concretizes it to integers.
    hashworks committed Aug 3, 2025
    Configuration menu
    Copy the full SHA
    fb8e79a View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. Merge pull request #1206 from hashworks/doc/concretize-positive-value

    Concretize what aurutils sees as a positive value
    AladW authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    ce9ebc3 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

  1. Add missing section header declaration to aur-build man page

    Without this, the formatting of the AUR_PACMAN_BUILD environment
    variable was incorrect.
    djmattyg007 committed Aug 21, 2025
    Configuration menu
    Copy the full SHA
    9d76acd View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

  1. examples/sync-rebuild: use aur-fetch

    This update fixes several bugs in sync-rebuild, and replaces the
    aur-sync invocation with aur-fetch.
    
    * Fix wrongly indented return statement in rebuild_packages(), causing
      at most one target to be handled
    * Print package bases in diagnostic messages
    * Use aur-fetch so that dependency order can be specified manually on
      the command-line, and no unneeded requests are spent on computing
      dependencies for repeated calls
    * Update documentation
    
    An alternative is to support both `aur-sync` and `aur-fetch`, replacing
    `--no-fetch` (previously `--no-sync`) with `--sync` and `--fetch`,
    respectively.
    
    Since new dependencies need to be retrieved manually, this commit solves
    issue #1139.
    AladW committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    897fc49 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1207 from djmattyg007/fix-aur-build-manpage

    Add missing section header declaration to aur-build man page
    AladW authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    c6e143a View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2025

  1. Configuration menu
    Copy the full SHA
    1ca7cf5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1209 from aurutils/fetch-rebuild

    examples/sync-rebuild: use aur-fetch
    AladW authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    c4ad5dd View commit details
    Browse the repository at this point in the history
  3. sync: preprocess .SRCINFO with pacini

    .SRCINFO files may contain CRLF. Since aur-graph cannot gracefully
    handle these, preprocess the input with pacini(1).
    
    Closes #1203
    AladW committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    c0eaf69 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1211 from aurutils/graph-pacini

    sync: preprocess .SRCINFO with pacini
    AladW authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    31bcf9b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2025

  1. Configuration menu
    Copy the full SHA
    83c3996 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1210 from aurutils/setfacl-doc

    aur-build.1: example for setfacl
    AladW authored Aug 29, 2025
    Configuration menu
    Copy the full SHA
    3b522bd View commit details
    Browse the repository at this point in the history
  3. aurutils: v20.5.3

    AladW committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    1960834 View commit details
    Browse the repository at this point in the history
  4. examples: update README.md

    aur-fetch will not checkout new revisions by default.
    AladW committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    7430e0b View commit details
    Browse the repository at this point in the history
Loading