From 627924230dcb81c822c1462693ef08a3cd623fca Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Fri, 11 Mar 2022 15:12:42 -0300 Subject: [PATCH] Refresh package database --- pkgbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgbuild.sh b/pkgbuild.sh index 762fd27..d794985 100755 --- a/pkgbuild.sh +++ b/pkgbuild.sh @@ -29,7 +29,7 @@ installAurDeps() { fi done if [ "${#aurPkgs[@]}" -gt 0 ]; then - pacman -S --noconfirm --needed git + pacman -Syu --noconfirm --needed git sudo -u calbuilder git clone https://aur.archlinux.org/paru-bin.git cd paru-bin; sudo -Hu calbuilder makepkg -si --noconfirm; cd .. for aurPkg in "${aurPkgs[@]}"; do