#!/usr/bin/env bash set -exuo pipefail curl "https://aur.archlinux.org/cgit/aur.git/snapshot/$1.tar.gz" -o "$1.tar.gz"