alpm_fetch_pkgurl

Fetch a remote pkg. @param handle the context handle @param url URL of the package to download @return the downloaded filepath on success, NULL on error

extern (C)
char*
alpm_fetch_pkgurl
(,
const(char)* url
)

Meta