Releases: heyhusen/archlinux-package-action
Releases · heyhusen/archlinux-package-action
v2.2.1
Fixed
- Can't pull docker image, so sorry guys
v2.2.0
Added
- Option to update archlinux-keyring - by @ReenigneArcher
- Make repository name lowercase - by @ReenigneArcher
v2.1.1
Fixed
- Wrong conditional using paru
v2.1.0
Added
- Option to resolve deps using paru (from AUR)
v2.0.3
Fixed
- Copied PKGBUILD file has wrong permission
v2.0.2
Fixed
- CI can not read changelog
v2.0.1
Fixed
- Wrong OCI image tag at action.yml
v2.0.0
Changed
- Move repo from datakrama to hapakaien
builder
user is added to sudoers directly instead of via the wheel group- Replace Docker with Buildah in CI
Fixed
builder
is not in the sudoers file
v1.1.1
Fixed
- Wrong
.git
folder when usingpath
parameter
v1.1.0
Added
- Update
pkgver
on PKGBUILD - Update
pkgrel
on PKGBUILD
Fixed
- Missing
set -e
on bash