octopi
octopi copied to clipboard
support GITFLAGS
for AUR packages backed by a git repository setting GITFLAGS leads to a considerable faster download, e.g.:
GITFLAGS="--filter=tree:0" paru -S llvm-git
GITFLAGS="--depth=1" paru -S llvm-git
For now, those variables can be set in your makepkg.conf.
There has been discussion regarding this upstream and is not related to Octopi.