diff --git a/contrib/aur/update-aur.sh b/contrib/aur/update-aur.sh --- a/contrib/aur/update-aur.sh +++ b/contrib/aur/update-aur.sh @@ -51,7 +51,7 @@ popd # Clone the upstream repository -git clone "https://aur.archlinux.org/${PACKAGE}.git" "${PACKAGE}-upstream" +git clone "ssh://aur@aur.archlinux.org/${PACKAGE}.git" "${PACKAGE}-upstream" # Copy our modified files to the upstream repository cp -R "${PACKAGE}/." "${PACKAGE}-upstream"