Downgrade
Downgrade packages in Arch Linux
Install / Use
/learn @archlinux-downgrade/DowngradeREADME
Downgrade
Eases downgrading packages in Arch Linux.
Installation
Install via the AUR.
Usage
See downgrade(8).
Configuration
See downgrade.conf(5).
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:
- Use
fix:to trigger a patch release - Use
feat:to trigger minor - Use
<type>!:or add aBREAKING CHANGEtrailer 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.
