fix aur updating

This commit is contained in:
Matthieu Jolimaitre 2025-07-24 14:46:25 +02:00
parent 41d4170ab9
commit feaef5a448

View file

@ -19,7 +19,7 @@ git clone ssh://aur@aur.archlinux.org/regar-bin.git
cd regar-bin cd regar-bin
cp ../../src/PKGBUILD ./PKGBUILD cp ../../src/PKGBUILD ./PKGBUILD
makepkg --printsrcinfo > .SRCINFO makepkg --printsrcinfo > .SRCINFO
added="$(git add .)" added="$(git add -v .)"
if [ ".$added" != "." ] if [ ".$added" != "." ]
then then
git commit -m "update" git commit -m "update"