mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 04:09:09 +00:00
chore(packaging_aur): include TODO comment
This commit is contained in:
parent
cebf9581e6
commit
3ed167044d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue