Git sources in PKGBUILDs
Hi all!
I see more and more PKGBUILDs switch to using git repo checkouts instead of tarballs. Is there any serious reason behind it? Git operations are a lot more consuming compared to plain archive download and unpacking, especially since only single commit is required in the end. Unless source directories are reused for subsequent builds, it looks like unnessesary complication.