You are not logged in.
Pages: 1
Ok so i yaourt -Syu --aur today (i use yaourt so its just easy to do it in one place) and right there it says
extra/python2 2.7.1-2 2 -> 3does this mean arch is finally forcing me out of 2.x??? (i already have 3.x installed so idk why it wants to push a new 3.x update)
Offline
pkgrel has changed from 2 to 3.
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
Man that is crappy output by yaourt...
Offline
Man that is crappy output by yaourt...
Agreed. bauerbill doesn't even have any output however
something which I've been mildly annoyed by before.
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
(i use yaourt so its just easy to do it in one place)
Seems like you hacked 127.0.0.1 this time :-D
Offline
markbabc only posted part of the output. It was preceded by:
==> Package upgrade only (new release):which should have made things clearer ![]()
Offline
'Package upgrade only' is still pretty vague. What else would an end user think a package is except the tarball they're receiving? More accurately, it should be a PKGBUILD upgrade, even then, why not just output the entire farking version? It's not like it's changes the linecount (as if that's even important here).
I get better output from an alias:
alias pqu='paste -d "" <(printf "%-20.20s %12s => \n" $(pacman -Qu)) <(pacman --config <(grep -v "^Ignore" /etc/pacman.conf) -Sdp --print-format "%v" $(pacman -Qqu))'..which I really should convert to use expac.
Offline
ahhh i see, its just replacing it with 2.7.1-3, well thanks for the replies.
Offline
Pages: 1