trizen / trizen

Lightweight AUR Package Manager
https://github.com/trizen/trizen/blob/master/TRIZEN.md
GNU General Public License v3.0
785 stars 39 forks source link

AUR pkgs upgraded via `-Su` get wrongly installed '--asdeps` #2

Closed byte-jra closed 8 years ago

byte-jra commented 9 years ago

To reproduce: run pacman -Qdt, run trizen -Su (--devel), take note of upgraded pkgs, run pacman -Qdt again.

trizen commented 8 years ago

Unfortunately, I can't reproduce this issue.

I guess you're either using a version of pacman in another language, or a version of pacman with colors. In the second case, the problem may be fixed in the above commit, but testing is needed.

If everything is ok, you may close the issue.

byte-jra commented 8 years ago

Yes, LANG=de_DE.UTF-8 and pacman.conf with "Color" enabled. But it seems to be fixed now, thanks.