Colin Woodbury

Results 416 comments of Colin Woodbury

Thanks for reporting this, I'm going to look into it in detail tomorrow.

Forgive me, "tomorrow" became "next month". There seem to have been to have been updates to this package recently, and people are having issues seemingly unrelated to Aura. Do you...

Yes, that worked. I used `--hotedit` to remove the unneeded extra packages and their checksums from the PKGBUILD.

I will have to revisit these completions.

That would actually help quite a lot. I use Fish, so would have to do a lot of background work to fix the zsh completions myself.

Aura in general doesn't try to find the source of "provides" when the "provide" itself isn't a real package. We could look into adding that feature, I'd have to review...

Thanks for reporting, I'll look into this.

Unfortunately I was not able to reproduce the issue. Which version of `aura` are you using?

Aura calls down to `makepkg` like this: ```haskell runStyle :: User -> [String] -> (FilePath, [String]) runStyle (User usr) opts = ("sudo", ["-u", T.unpack usr, makepkgCmd] opts) ``` So the...

I tested it. The env availabe when you use `sudo -u ` is the same env as the `root` user. Only the PATH and TERM values are shared.