alerque / aur

Package sources for all the AUR packages I either maintain, co-maintain, or fork.
https://wiki.archlinux.org/index.php/Unofficial_user_repositories#alerque
45 stars 26 forks source link

upgpkg: brave 1.47.171-2 #43

Closed caesarw closed 1 year ago

caesarw commented 1 year ago

Changelog

alerque commented 1 year ago

I've successfully built this in a chroot now! This is good progress.

Note I've changed the URL for the chromium git repository back to the Google one (you changed it to the GitHub mirror). You can rescue your 20 some gigs without redownloading the repo by going it and changing the remote URL to your existing checkout (git remote set-url). I did this because the Arch Linux Chromium build uses the same repository and this way I can use the Arch build infrastructure including source caches and not have to re-download it or change the same to something else (there is a universal cache so source names need to be unique).

caesarw commented 1 year ago

Note I've changed the URL for the chromium git repository back to the Google one (you changed it to the GitHub mirror).

Yeah please do so if it suits best for Arch build system. I'll stick to GitHub mirror because there's some issue cloning from official Google source on my test server. Anyway thanks!

alerque commented 1 year ago

I've had intermittent issues cloning from the Google source too, but the fact that it's already cloned for me on multiple build servers and just needs an update seems to never be a problem. You might consider trying to keep your existing clones and just changing the remote URL and doing refreshes on them from there.