fix: avoid paru in build script

This commit is contained in:
2025-02-18 21:53:25 +08:00
parent a358468d48
commit 689b24bd44
+2 -2
View File
@@ -1,8 +1,8 @@
sudo chown build:build . -R
set -e set -e
sudo chown build:build . -R
git clone https://aur.archlinux.org/renpy-git.git git clone https://aur.archlinux.org/renpy-git.git
cd renpy-git cd renpy-git
paru -Sy sudo pacman -Sy
patch PKGBUILD ../1_local_repo.patch patch PKGBUILD ../1_local_repo.patch
makepkg -s --noconfirm makepkg -s --noconfirm
ls ls