diff --git a/.github/workflows/aur-prerelease.yml b/.github/workflows/aur-prerelease.yml index d8f47b869..1bbead125 100644 --- a/.github/workflows/aur-prerelease.yml +++ b/.github/workflows/aur-prerelease.yml @@ -7,7 +7,7 @@ on: jobs: aur-pre-release: runs-on: ubuntu-20.04 - container: archlinux:base-20210228.0.16308 + container: archlinux:base steps: - name: Checkout Project uses: actions/checkout@v1 diff --git a/.github/workflows/aur-release.yml b/.github/workflows/aur-release.yml index 555c553dc..75e7850b3 100644 --- a/.github/workflows/aur-release.yml +++ b/.github/workflows/aur-release.yml @@ -7,7 +7,7 @@ on: jobs: aur-release: runs-on: ubuntu-20.04 - container: archlinux:base-20210228.0.16308 + container: archlinux:base steps: - name: Checkout Project uses: actions/checkout@v1 diff --git a/deploy-aur.sh b/deploy-aur.sh index 91a7cd007..c7bbaedd8 100755 --- a/deploy-aur.sh +++ b/deploy-aur.sh @@ -3,7 +3,7 @@ set -e # Setup base system -pacman -Syu --noconfirm openssh git gettext binutils +pacman -Syu --noconfirm openssh git gettext binutils archlinux-keyring sed -i "s/INTEGRITY_CHECK=.*$/INTEGRITY_CHECK=(sha256)/" /etc/makepkg.conf useradd -ms /bin/bash aur su -m aur <<'EOSU'