libxbps: fixed xbps_remove_pkg_from_array_by_{name,pattern,pkgver}.

The correct index wasn't being passed to prop_array_remove.
This commit is contained in:
Juan RP
2012-06-01 10:53:28 +02:00
parent 65b5e328d8
commit 652e9afcef
2 changed files with 10 additions and 4 deletions

View File

@ -56,7 +56,7 @@
*/
#define XBPS_PKGINDEX_VERSION "1.5"
#define XBPS_API_VERSION "20120531"
#define XBPS_API_VERSION "20120601"
#define XBPS_VERSION "0.16"
/**