Merge branch 'fix-aur-2' into 'master'

per Abby, this will fix the other bug we found in AUR script

See merge request gridtracker.org/gridtracker!153

If this is changing anything in the UI or operational behavior, please prepare to update the wiki!
merge-requests/158/head
Matthew Chambers 2022-01-15 21:56:08 +00:00
commit 6e5660522c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -384,7 +384,7 @@ update_arch_aur:
sudo -u builder makepkg -si --noconfirm PKGBUILD
# push the new version
- |
makepkg --printsrcinfo > .SRCINFO
sudo -u builder makepkg --printsrcinfo > .SRCINFO
git clone ssh://aur@aur.archlinux.org/gridtracker.git
cp PKGBUILD gridtracker/PKGBUILD
cp .SRCINFO gridtracker/.SRCINFO