27 Feb
2007
27 Feb
'07
9:20 p.m.
On 2/27/07, Dan McGee <dan@archlinux.org> wrote:
+self.description = "Upgrade a package that removes a provide but another package still does"
Good call. This one may be important, as it might (should?) also cover the case of: pkgA provides=('foo') pkgB depends=('foo') pkgC provides=('foo') conflicts=('pkgA') local => pkgA, pkgB pacman -S pkgC (remove pkgA, install pkgC) unless this is already covered somewhere else... I can look later.