Gratuitous ABI break: xbps_binpkg_get_xxx() -> xbps_archive_fetch_xxx().
This commit is contained in:
@@ -321,7 +321,7 @@ xbps_rpool_get_pkg_plist(struct xbps_handle *xhp,
|
||||
errno = EINVAL;
|
||||
goto out;
|
||||
}
|
||||
plistd = xbps_binpkg_get_plist(url, plistf);
|
||||
plistd = xbps_archive_fetch_plist(url, plistf);
|
||||
free(url);
|
||||
|
||||
out:
|
||||
|
||||
Reference in New Issue
Block a user