libxbps: handle the case to replace a vpkg with a pkg with same name.
This for example fixes reinstalling jpeg and libjpeg-turbo multiple times. Also if the "automatic-install" obj is in the pkg to be replaced, copy it to the new pkg to be preserved. Bumped XBPS_API_VERSION.
This commit is contained in:
@ -55,7 +55,7 @@
|
||||
*/
|
||||
#define XBPS_PKGINDEX_VERSION "1.2"
|
||||
|
||||
#define XBPS_API_VERSION "20111015"
|
||||
#define XBPS_API_VERSION "20111016"
|
||||
#define XBPS_VERSION "0.10.0"
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user