Gratuitous ABI break: xbps_binpkg_get_xxx() -> xbps_archive_fetch_xxx().
This commit is contained in:
@@ -277,7 +277,7 @@ xbps_repo_get_pkg_plist(struct xbps_handle *xhp, xbps_dictionary_t pkgd,
|
||||
if (url == NULL)
|
||||
return NULL;
|
||||
|
||||
bpkgd = xbps_binpkg_get_plist(url, plist);
|
||||
bpkgd = xbps_archive_fetch_plist(url, plist);
|
||||
free(url);
|
||||
return bpkgd;
|
||||
}
|
||||
|
Reference in New Issue
Block a user