Arch Linuxs package action
Version updated for https://github.com/heyhusen/archlinux-package-action to version v3.0.0.
- This action is used across all versions by 19 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action facilitates the automation of tasks related to creating and managing Arch Linux and AUR packages. It streamlines processes such as updating pkgver, pkgrel, and checksums in PKGBUILD files, validating PKGBUILD files with namcap, generating .SRCINFO, and running makepkg with custom flags. This action simplifies the package maintenance workflow by automating repetitive tasks and ensuring consistency in package building.
Release notes
Changed
- Replace paru with yay - by @dcelasun