Update package database before building

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-11-17 16:07:08 +01:00
parent 7619e28917
commit 5d7082b7f3
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

3
run.sh
View file

@ -19,6 +19,9 @@ if [ ! -e PKGBUILD ]; then
cd /src/git
fi
# Update pacman index
pacman -Sy
# Execute the build itself
gosu builder makepkg -cCs --noconfirm --needed