Skip to content

Commit

Permalink
feat: yay check develop version for aur
Browse files Browse the repository at this point in the history
  • Loading branch information
GrassBlock1 authored Jul 8, 2024
1 parent 3bdfe35 commit b89c05e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-aur-action/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ if [ ! -z "$INPUT_PREINSTALLPKGS" ]; then
pacman -Syu --noconfirm "$INPUT_PREINSTALLPKGS"
fi

sudo --set-home -u builder yay -Y --devel --save
sudo --set-home -u builder yay -S --noconfirm --builddir=./ "$pkgname"
cd "./$pkgname" || exit 1
python3 ../build-aur-action/encode_name.py

0 comments on commit b89c05e

Please sign in to comment.