https://github.com/archlinux-downgrade/downgrade
Downgrade packages in Arch Linux
https://github.com/archlinux-downgrade/downgrade
Last synced: about 2 months ago
JSON representation
Downgrade packages in Arch Linux
- Host: GitHub
- URL: https://github.com/archlinux-downgrade/downgrade
- Owner: archlinux-downgrade
- License: gpl-2.0
- Created: 2012-04-20T21:21:11.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2025-05-06T16:35:33.000Z (about 2 months ago)
- Last Synced: 2025-05-06T17:43:34.514Z (about 2 months ago)
- Language: Shell
- Homepage: https://archlinux-downgrade.github.io/downgrade/
- Size: 645 KB
- Stars: 670
- Watchers: 6
- Forks: 26
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Downgrade
[](https://github.com/archlinux-downgrade/downgrade/releases)
[](https://aur.archlinux.org/packages/downgrade/)
[](https://github.com/archlinux-downgrade/downgrade/actions/workflows/ci.yml)
[](https://gitlocalize.com/repo/4232/whole_project?utm_source=badge)Eases downgrading packages in Arch Linux.
## Installation
Install via the [AUR](https://aur.archlinux.org/packages/downgrade/).
## Usage
See [downgrade(8)](https://archlinux-downgrade.github.io/downgrade/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`.
```console
just test
```## Release
If your change is meant to trigger release, use a [conventional-commit][]
prefix in your commit message:[conventional-commit]: https://www.conventionalcommits.org/en/v1.0.0/#summary
1. `fix:` to trigger a patch release,
1. `feat:` to trigger minor, or
1. `feat!:` to trigger majorWhen such a commit is merged to `main`, a new GitHub release will be created and
a `PKGBUILD` update will be [published automatically][aur-publish-action].[aur-publish-action]: https://github.com/archlinux-downgrade/aur-publish-action
---
[CHANGELOG](./CHANGELOG.md) | [LICENSE](./LICENSE)