FS#7111 - Pacman 3 Update
Attached to Project:
Pacman
Opened by Greg (dolby) - Thursday, 10 May 2007, 04:36 GMT
Last edited by Aaron Griffin (phrakture) - Friday, 01 June 2007, 05:42 GMT
Opened by Greg (dolby) - Thursday, 10 May 2007, 04:36 GMT
Last edited by Aaron Griffin (phrakture) - Friday, 01 June 2007, 05:42 GMT
|
Details
when i update my system with pacman -Syu i get
warning: audacious-plugins-1.3.4-1: ignoring package upgrade (1.3.4-1) which seems to me to be the same version, only difference is that the installed one was built by me. |
This task depends upon
Closed by Aaron Griffin (phrakture)
Friday, 01 June 2007, 05:42 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in git version
Friday, 01 June 2007, 05:42 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in git version
/var/lib/pacman/*/audacious-plugins-1.3.4-1/
(both local and extra, or wherever it's at)
I'm assuming you also have an IgnorePkg entry for this package in pacman.conf?
Most likely this patch caused the issue, as IgnorePkg is checked first.
Simple fix (notating for my own record): move the versioncmp before the IgnorePkg check and only output if the result is > 0.