Warning: config file /etc/pacman.conf ‘SyncFirst’ in section ‘options’ not recognised

If other users have this warning they can remove SyncFirst from configuration with sed commands from the commit

sudo sed -i -e '/# If upgrades are available for these packages they will be asked for first/d' /etc/pacman.conf`
sudo sed -i -e '/SyncFirst/d' /etc/pacman.conf