Function alpm_sys::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