Hopefully AUR fixed
This commit is contained in:
@@ -82,8 +82,9 @@ jobs:
|
|||||||
-e "s/SHA256SUM_PLACEHOLDER/${CHECKSUM}/g" \
|
-e "s/SHA256SUM_PLACEHOLDER/${CHECKSUM}/g" \
|
||||||
packaging/AUR/PKGBUILD.template > aur-work/PKGBUILD
|
packaging/AUR/PKGBUILD.template > aur-work/PKGBUILD
|
||||||
|
|
||||||
|
# Generate .SRCINFO
|
||||||
cd aur-work
|
cd aur-work
|
||||||
docker run --rm -v $(pwd):/pkg archlinux:base-devel bash -c "useradd builduser -m && chown -R builduser:builduser /pkg && sudo -u builduser bash -c 'cd /pkg && makepkg --printsrcinfo > .SRCINFO'"
|
makepkg --printsrcinfo > .SRCINFO
|
||||||
|
|
||||||
- name: Publish to AUR
|
- name: Publish to AUR
|
||||||
uses: KSXGitHub/github-actions-deploy-aur@v3.0.1
|
uses: KSXGitHub/github-actions-deploy-aur@v3.0.1
|
||||||
|
|||||||
Reference in New Issue
Block a user