12 Dec
2022
12 Dec
'22
12:26 p.m.
simpler: in my PKGBUILD, do i need to list in any of the *depends any package that will *not* be used by makepkg? (motivation: the makefile in my package has uses other than building the package, and for some of *those* uses -- such a rolling a rev, etc. -- *do* need other packages.)
cheers, Greg
Hi Greg, it is "makedeps" not "maintenancedeps". Just put the stuff there that users need to pull sources and build a package. Your maintenance dependencies are not in scope of this. Best Georg