From e9dd7eec231edfd631cc19f164bba6506f96384b Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Sun, 21 Jun 2026 20:16:00 +1200 Subject: Start implementing the library and switch the spec to entirely INI because YAML is harder to parse --- include/libmbpk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/libmbpk.h b/include/libmbpk.h index 0347e0c..e97c789 100644 --- a/include/libmbpk.h +++ b/include/libmbpk.h @@ -6,7 +6,7 @@ typedef struct mbpk_pkg { const char *version; const char *desc; const char *url; - const char **deps; + mbpk_pkg **deps; const char *maintainer; const char *license; } mbpk_pkg; -- cgit v1.2.3