Skip to content

archlinux-downgrade/downgrade

Repository files navigation

Downgrade

GitHub tag (latest SemVer) AUR version CI gitlocalized

Eases downgrading packages in Arch Linux.

Installation

Install via the AUR.

Usage

See downgrade(8).

Configuration

Command-line options can be set persistently in /etc/xdg/downgrade/downgrade.conf.

Development & Testing

Install just and cram: pacman -S just python-cram.

just test

Release

If your change is meant to trigger release, use a conventional-commit prefix in your commit message:

  1. fix: to trigger a patch release,
  2. feat: to trigger minor, or
  3. feat!: to trigger major

When such a commit is merged to main, a new GitHub release will be created and a PKGBUILD update will be published automatically.


CHANGELOG | LICENSE