alpm_pkg_get_version

Returns the package version as a string. This includes all available epoch, version, and pkgrel components. Use alpm_pkg_vercmp() to compare version strings if necessary. @param pkg a pointer to package @return a reference to an internal string

extern (C)
const(char)*
alpm_pkg_get_version

Meta