chore(packaging_aur): include TODO comment

This commit is contained in:
Erica Marigold 2023-07-23 22:21:45 +05:30
parent cebf9581e6
commit 3ed167044d
No known key found for this signature in database
GPG key ID: 23CD97ABBBCC5ED2

View file

@ -73,6 +73,7 @@ mv ./ssh_config ~/.ssh/config
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 package to the AUR
# TODO: For the `lune` package, we need to also replace the sha256 sums in the `PKGBUILD`
for ssh_url in "${aur_ssh_urls[@]}"
do
if [ $ssh_url -ne "ssh://aur@aur.archlinux.org/lune-git.git" ]; then