diff --git a/package/aur/publish.sh b/package/aur/publish.sh index 4de14cd..2d1daf0 100644 --- a/package/aur/publish.sh +++ b/package/aur/publish.sh @@ -51,10 +51,11 @@ mv ./ssh_config ~/.ssh/config # Declare our AUR git URLs declare -a aur_ssh_urls=("ssh://aur@aur.archlinux.org/lune.git" "ssh://aur@aur.archlinux.org/lune-git.git") -# As for now, we only publish the precompiled binary to the AUR +# As for now, we only publish the precompiled binary package to the AUR for ssh_url in "${aur_ssh_urls[@]}" do if [ $ssh_url -ne "ssh://aur@aur.archlinux.org/lune-git.git" ]; then + # NOTE: We need to have our public and private keys in `~/.ssh/aur.pub` & `~/.ssh/aur` respectively # TODO: Don't just directly try to cd into `lune` in the future git clone $ssh_url && cd lune build && test && push lune `get_current_version`