#!/bin/bash mapfile -t packages < <(aur vercmp-devel | cut -d: -f1) aur sync "${packages[@]}" --no-ver-argv