alpm_sys

Function alpm_pkg_get_builddate

Source
pub unsafe extern "C" fn alpm_pkg_get_builddate(
    pkg: *mut alpm_pkg_t,
) -> alpm_time_t
Expand description

Returns the build timestamp of the package. @param pkg a pointer to package @return the timestamp of the build time