> I made this change : > - pmpkg_t *q = > _alpm_pkg_new(miss->depend.name, NULL); > + pmpkg_t *q = > _alpm_pkg_dup(local); > > Does this look fine? (it works correctly at least..) > Yes, at least this is much better than the old one :-P