xbps-repo: implement new target 'pkg-list' to list pkgs from target repo.

This commit is contained in:
Juan RP
2011-12-03 10:37:31 +01:00
parent cb2e941b48
commit 43d85c76b3
9 changed files with 75 additions and 23 deletions

View File

@ -55,7 +55,7 @@
*/
#define XBPS_PKGINDEX_VERSION "1.3"
#define XBPS_API_VERSION "20111130"
#define XBPS_API_VERSION "20111203"
#define XBPS_VERSION "0.11.0"
/**
@ -1285,6 +1285,12 @@ struct repository_pool_index {
* URI string associated with repository.
*/
char *rpi_uri;
/**
* @var rpi_index
*
* Repository index in pool.
*/
uint16_t rpi_index;
};
/**