Can auracle return the build order for dependencies of a `PKGBUILD` file, like a proper way to do this: ``` (. PKGBUILD && auracle buildorder "${depends[@]}" "${optdepends[@]%:*}" ) ```
Can auracle return the build order for dependencies of a
PKGBUILDfile, like a proper way to do this: