Closed charlie89 closed 1 year ago
I see, thanks for pointing this out, chaging the submodule url would mean that I won't be able to use the arch
submodule to maintain and push new releases to AUR, I will look into switching out the submodule url once I maybe move my AUR repo to somewhere else
That makes it unusable for anything but Arch Linux, am I right?
@charlie89 I have merged your PR! Thanks for the fix. Can you check once if this solves installing from AUR ?
git clone --recurse-submodules https://github.com/sidevesh/Luminance.git
now works on Fedora, whereas before, I also got the above error.
@sidevesh Thanks, cloning and installing directly from AUR works now.
Hi, Only users which publish AUR packages and thus have set up ssh auth for
aur.archlinux.org
can access thearch
submodule. According to the AUR wiki the submodule url should be changed fromssh://aur@aur.archlinux.org/luminance.git
tohttps://aur.archlinux.org/luminance.git
, which i can successfully clone.Output of the
git clone
for reference:As a result of that building with the aur helper
paru
also fails.