From 3ed167044d04482ade1c9b686fd60dcc734981c6 Mon Sep 17 00:00:00 2001 From: Compey Date: Sun, 23 Jul 2023 22:21:45 +0530 Subject: [PATCH] chore(packaging_aur): include TODO comment --- package/aur/publish.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/package/aur/publish.sh b/package/aur/publish.sh index 1dcb04a..f6f101b 100644 --- a/package/aur/publish.sh +++ b/package/aur/publish.sh @@ -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