Lulu
Lulu
That would probably be because -U is no longer it's own thing and actually well integrated with the normal build process.
So basically -S and -U is the same function. So all the -S flags kind of apply in the same way.
Nah. just set sysupgrade to false before the call to install in the -U path. And set some other flag to true.
Because -y is for refreshing databases. The chroot update effectively does -Syu inside the chroot. So it does a -y and a -u.
I'd rather one flag to avoid partial upgrades and because `makechrootpkg` only has a -u flag
I've come to the realisation that the repo does need to be updated on each run to get access to the new local repo packages. It would be possible to...
So to recap, a pacman -Sy is needed on every chroot build so that the aur packages that were added to the local repo can be picked up. To avoid...
Paru can only check updates from the aur. Supporting external sutff is out of scope and won't be implemented unless maybe it can be done in a clean way that...
For starters paru relies on the aur metadata to get info about a package. -U can deal with pkgbuilds but it's special cased. I would like to make that more...
So this is a milestone for v2, which is still a while off. But as of now this is basically fully functional in paru-git Add: ``` [REPONAME] Git = https://github.com/user/pkgbuilds/...