Merge branch 'master' of github.com:voidlinux/xbps

This commit is contained in:
Wolfgang Draxinger
2015-08-11 18:29:30 +02:00
16 changed files with 81 additions and 17 deletions

View File

@ -158,6 +158,7 @@ pkgdb_map_vpkgs(struct xbps_handle *xhp)
xbps_dictionary_get_cstring_nocopy(pkgd, "pkgver", &pkgver);
pkgname = xbps_pkg_name(pkgver);
assert(pkgname);
for (unsigned int i = 0; i < xbps_array_count(provides); i++) {
const char *vpkg;